Color Hex Logo

#e8cafc Color Hex

#E8CAFC
(232,202,252)
0 Favorites   0 Comments

Color spaces of #e8cafc

RGB 232202252
HSL0.770.890.89
HSV276°20°99°
CMYK 0.080.200.00   0.01
XYZ71.969966.4251101.1236
Yxy66.42510.30050.2773
Hunter Lab81.501614.9965-16.5133
CIE-Lab85.212819.4679-20.6267

#e8cafc color RGB value is (232,202,252).

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

The process color (four color CMYK) of #e8cafc color hex is 0.08, 0.20, 0.00, 0.01. Web safe color of #e8cafc is #ffccff. Color #e8cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001010 11111100
Octal 350 312 374
Decimal 232 202 252
Hex E8 CA FC

RGB Percentages of Color #e8cafc

%33.82
%29.45
%36.73

CMYK Percentages of Color #e8cafc

%8
%20
%0
%1

Triadic Colors of #e8cafc

#e8cafc #fce8ca #cafce8

Analogous Colors of #e8cafc

#e8cafc #fccaf7 #cfcafc

Monochromatic Colors of #e8cafc

#e8cafc

Complementary Color

#e8cafc #defcca

#e8cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cafc Color CSS Codes

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

#e8cafc Text Font Color

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

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


#e8cafc Background Color

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

This div background color is #e8cafc


#e8cafc Border Color

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

This div border color is #e8cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cafc


Comments

No comments written yet.

Please login to write comment.