Color Hex Logo

#e8cbfa Color Hex

#E8CBFA
(232,203,250)
0 Favorites   0 Comments

Color spaces of #e8cbfa

RGB 232203250
HSL0.770.820.89
HSV277°19°98°
CMYK 0.070.190.00   0.02
XYZ71.890066.769899.5413
Yxy66.76980.30180.2803
Hunter Lab81.712814.0449-15.0272
CIE-Lab85.387618.5458-19.3023

#e8cbfa color RGB value is (232,203,250).

#e8cbfa hex color red value is 232, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e8cbfa hue: 0.77 , saturation: 0.82 and the lightness value of e8cbfa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001011 11111010
Octal 350 313 372
Decimal 232 203 250
Hex E8 CB FA

RGB Percentages of Color #e8cbfa

%33.87
%29.64
%36.50

CMYK Percentages of Color #e8cbfa

%7
%19
%0
%2

Triadic Colors of #e8cbfa

#e8cbfa #fae8cb #cbfae8

Analogous Colors of #e8cbfa

#e8cbfa #facbf5 #d1cbfa

Monochromatic Colors of #e8cbfa

#e8cbfa

Complementary Color

#e8cbfa #ddfacb

#e8cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cbfa Color CSS Codes

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

#e8cbfa Text Font Color

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

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


#e8cbfa Background Color

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

This div background color is #e8cbfa


#e8cbfa Border Color

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

This div border color is #e8cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cbfa


Comments

No comments written yet.

Please login to write comment.