Color Hex Logo

#e4ccfb Color Hex

#E4CCFB
(228,204,251)
0 Favorites   0 Comments

Color spaces of #e4ccfb

RGB 228204251
HSL0.750.850.89
HSV271°19°98°
CMYK 0.090.190.00   0.02
XYZ71.000466.6447100.3884
Yxy66.64470.29830.2800
Hunter Lab81.636212.3811-15.7638
CIE-Lab85.324216.9320-19.9606

#e4ccfb color RGB value is (228,204,251).

#e4ccfb hex color red value is 228, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e4ccfb hue: 0.75 , saturation: 0.85 and the lightness value of e4ccfb is 0.89.

The process color (four color CMYK) of #e4ccfb color hex is 0.09, 0.19, 0.00, 0.02. Web safe color of #e4ccfb is #ccccff. Color #e4ccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001100 11111011
Octal 344 314 373
Decimal 228 204 251
Hex E4 CC FB

RGB Percentages of Color #e4ccfb

%33.38
%29.87
%36.75

CMYK Percentages of Color #e4ccfb

%9
%19
%0
%2

Triadic Colors of #e4ccfb

#e4ccfb #fbe4cc #ccfbe4

Analogous Colors of #e4ccfb

#e4ccfb #fbccfb #cdccfb

Monochromatic Colors of #e4ccfb

#e4ccfb

Complementary Color

#e4ccfb #e3fbcc

#e4ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ccfb Color CSS Codes

.mybgcolor {background-color:#e4ccfb; } 
.myforecolor {color:#e4ccfb; }
.mybordercolor {border:3px solid #e4ccfb; }

#e4ccfb Text Font Color

<p style="color:#e4ccfb">Text here</p>

This sample text font color is #e4ccfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e4ccfb Background Color

<div style="background-color:#e4ccfb">
Div content here</div>

This div background color is #e4ccfb


#e4ccfb Border Color

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

This div border color is #e4ccfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,204,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4ccfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4ccfb;
  -webkit-box-shadow: 1px 1px 3px 2px #e4ccfb;
  box-shadow:         1px 1px 3px 2px #e4ccfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,204,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e4ccfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e4ccfb;
  -webkit-box-shadow: 1px 1px 3px 2px #e4ccfb;
  box-shadow:         1px 1px 3px 2px #e4ccfb;">
Div content here</div>

This div box has shadow with color #e4ccfb


Comments

No comments written yet.

Please login to write comment.