Color Hex Logo

#e6cbfc Color Hex

#E6CBFC
(230,203,252)
0 Favorites   0 Comments

Color spaces of #e6cbfc

RGB 230203252
HSL0.760.890.89
HSV273°19°99°
CMYK 0.090.190.00   0.01
XYZ71.559866.5631101.1718
Yxy66.56310.29900.2782
Hunter Lab81.586213.7876-16.4128
CIE-Lab85.282818.2987-20.5370

#e6cbfc color RGB value is (230,203,252).

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

The process color (four color CMYK) of #e6cbfc color hex is 0.09, 0.19, 0.00, 0.01. Web safe color of #e6cbfc is #ffccff. Color #e6cbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001011 11111100
Octal 346 313 374
Decimal 230 203 252
Hex E6 CB FC

RGB Percentages of Color #e6cbfc

%33.58
%29.64
%36.79

CMYK Percentages of Color #e6cbfc

%9
%19
%0
%1

Triadic Colors of #e6cbfc

#e6cbfc #fce6cb #cbfce6

Analogous Colors of #e6cbfc

#e6cbfc #fccbfa #cecbfc

Monochromatic Colors of #e6cbfc

#e6cbfc

Complementary Color

#e6cbfc #e1fccb

#e6cbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cbfc Color CSS Codes

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

#e6cbfc Text Font Color

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

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


#e6cbfc Background Color

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

This div background color is #e6cbfc


#e6cbfc Border Color

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

This div border color is #e6cbfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,203,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.