Color Hex Logo

#e6ccfb Color Hex

#E6CCFB
(230,204,251)
0 Favorites   0 Comments

Color spaces of #e6ccfb

RGB 230204251
HSL0.760.850.89
HSV273°19°98°
CMYK 0.080.190.00   0.02
XYZ71.638666.9738100.4183
Yxy66.97380.29970.2802
Hunter Lab81.837513.0389-15.4652
CIE-Lab85.490717.5695-19.6928

#e6ccfb color RGB value is (230,204,251).

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

The process color (four color CMYK) of #e6ccfb color hex is 0.08, 0.19, 0.00, 0.02. Web safe color of #e6ccfb is #ffccff. Color #e6ccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001100 11111011
Octal 346 314 373
Decimal 230 204 251
Hex E6 CC FB

RGB Percentages of Color #e6ccfb

%33.58
%29.78
%36.64

CMYK Percentages of Color #e6ccfb

%8
%19
%0
%2

Triadic Colors of #e6ccfb

#e6ccfb #fbe6cc #ccfbe6

Analogous Colors of #e6ccfb

#e6ccfb #fbccf9 #cfccfb

Monochromatic Colors of #e6ccfb

#e6ccfb

Complementary Color

#e6ccfb #e1fbcc

#e6ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ccfb Color CSS Codes

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

#e6ccfb Text Font Color

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

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


#e6ccfb Background Color

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

This div background color is #e6ccfb


#e6ccfb Border Color

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

This div border color is #e6ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ccfb

Related Colors

#e6ccfb Color Palettes


Comments

No comments written yet.

Please login to write comment.