Color Hex Logo

#e2ccfb Color Hex

#E2CCFB
(226,204,251)
0 Favorites   0 Comments

Color spaces of #e2ccfb

RGB 226204251
HSL0.740.850.89
HSV268°19°98°
CMYK 0.100.190.00   0.02
XYZ70.369566.3195100.3589
Yxy66.31950.29690.2798
Hunter Lab81.436811.7274-16.0605
CIE-Lab85.159116.2958-20.2261

#e2ccfb color RGB value is (226,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 11111011
Octal 342 314 373
Decimal 226 204 251
Hex E2 CC FB

RGB Percentages of Color #e2ccfb

%33.19
%29.96
%36.86

CMYK Percentages of Color #e2ccfb

%10
%19
%0
%2

Triadic Colors of #e2ccfb

#e2ccfb #fbe2cc #ccfbe2

Analogous Colors of #e2ccfb

#e2ccfb #faccfb #cccefb

Monochromatic Colors of #e2ccfb

#e2ccfb

Complementary Color

#e2ccfb #e5fbcc

#e2ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ccfb Color CSS Codes

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

#e2ccfb Text Font Color

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

This sample text font color is #e2ccfb
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.


#e2ccfb Background Color

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

This div background color is #e2ccfb


#e2ccfb Border Color

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

This div border color is #e2ccfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2ccfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ccfb

#e2ccfb Color Palettes


Comments

No comments written yet.

Please login to write comment.