COLOR #E4B4FA

HEX: #E4B4FA
RGB: (228,180,250)

Renk bilgisi

#E4B4FA contains mainly red and blue colors. #E4B4FA ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#E4B4FA color RGB value is (228,180,250).

  • kırmız ton 228;
  • yeşil ton 180;
  • mavi ton 250.
RGB:
(228,180,250)
(89%,71%,98%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 180 of 255 = 71%
B 250 of 255 = 98%

228
180
250

R + G + B ~ 86%. #E4B4FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 180 + 250 = 658 (100%)
R 228 of 658 ~ 34.65%
G 180 of 658 ~ 27.36%
B 250 of 658 ~ 37.99%

%34.65
%27.36
%37.99

CMYK RENK MODELİ

#E4B4FA rengi CMYK tonu (9,28,0,2).

  • camgöbeği tonu 8.80%
  • eflatun tonu 28.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(9,28,0,2)
C9M28Y0K2 
(9%,28%,0%,2%)
(0.09/0.28/0.00/0.02)	

CMYK yüzdeleri

%8.8
%28
%0
%1.96

Codes

Color #E4B4FA in popluar color models

E4B4FA
RGB228180250
HSL281°87.50%84.31%
HSB/HSV281°28.00%98.04%
CMYK8.80%28.00%0.00%
1.96%

Color #E4B4FA in popluar number systems.

HEXE4B4FA
Decimal228180250
Binary111001001011010011111010
Octal344264372

Shades and tints

Shades of #E4B4FA

#E4B4FA
(228,180,250)
#D0A4E4
(208,164,228)
#BC94CE
(188,148,206)
#A884B8
(168,132,184)
#9474A2
(148,116,162)
#80648C
(128,100,140)
#6C5476
(108,84,118)
#584460
(88,68,96)
#44344A
(68,52,74)
#302434
(48,36,52)
#1C141E
(28,20,30)
#000000
(0,0,0)

Tints of #E4B4FA

#E4B4FA
(228,180,250)
#E6BAFA
(230,186,250)
#E8C0FA
(232,192,250)
#EAC6FA
(234,198,250)
#ECCCFA
(236,204,250)
#EED2FA
(238,210,250)
#F0D8FA
(240,216,250)
#F2DEFA
(242,222,250)
#F4E4FA
(244,228,250)
#F6EAFA
(246,234,250)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B4FA color. Also use rgb(228,180,250) instead hex code.

Text Font Color

.myTextColor { color: #E4B4FA; }

<p style="color:#E4B4FA">This sample text font color is #E4B4FA.</p>

This text font color is #E4B4FA.


Background Color

.myBgColor { background-color: #E4B4FA; }

<div style="background-color:#E4B4FA">Inner text</div>

This div background color is #E4B4FA.


Border color

.myBorderColor { border: 1px solid #E4B4FA; }

<div style="border:3px solid #E4B4FA">Div</div>

This div border color is #E4B4FA.


Opacity

.myOpacity80 { color: #E4B4FA; opacity: 0.8; }

<p style="color:#E4B4FA;opacity:0.8;">80%</p>

Text with #E4B4FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E4B4FA;}

<p style="text-shadow: 3px 3px 1px #E4B4FA">Text here.</p>

This text has shadow with #E4B4FA color.

.textShadow {text-shadow: 3px 3px 1px #E4B4FA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E4B4FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #E4B4FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4B4FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E4B4FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #E4B4FA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E4B4FA;
  -webkit-box-shadow:	1px 1px 3px 2px #E4B4FA;
  box-shadow:		1px 1px 3px 2px #E4B4FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4B4FA;
-webkit-box-shadow: 1px 1px 3px 2px #E4B4FA;
box-shadow:1px 1px 3px 2px #E4B4FA;">
Div content here</div>
This div box has shadow with color #E4B4FA.

Preview

Color preview on black background

This text has color #E4B4FA on black background.


Color preview on white background

This text has color #E4B4FA on white background.



Black color preview on #E4B4FA background

This text has black color on #E4B4FA background.


White color preview on #E4B4FA background

This text has white color on #E4B4FA background.