Color Hex Logo

#e5c3fc Color Hex

#E5C3FC
(229,195,252)
0 Favorites   0 Comments

Color spaces of #e5c3fc

RGB 229195252
HSL0.770.900.88
HSV276°23°99°
CMYK 0.090.230.00   0.01
XYZ69.398962.7165100.5432
Yxy62.71650.29830.2696
Hunter Lab79.193717.8337-19.8381
CIE-Lab83.293022.2502-23.5627

#e5c3fc color RGB value is (229,195,252).

#e5c3fc hex color red value is 229, green value is 195 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e5c3fc hue: 0.77 , saturation: 0.90 and the lightness value of e5c3fc is 0.88.

The process color (four color CMYK) of #e5c3fc color hex is 0.09, 0.23, 0.00, 0.01. Web safe color of #e5c3fc is #ccccff. Color #e5c3fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11000011 11111100
Octal 345 303 374
Decimal 229 195 252
Hex E5 C3 FC

RGB Percentages of Color #e5c3fc

%33.88
%28.85
%37.28

CMYK Percentages of Color #e5c3fc

%9
%23
%0
%1

Triadic Colors of #e5c3fc

#e5c3fc #fce5c3 #c3fce5

Analogous Colors of #e5c3fc

#e5c3fc #fcc3f7 #c9c3fc

Monochromatic Colors of #e5c3fc

#e5c3fc

Complementary Color

#e5c3fc #dafcc3

#e5c3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c3fc Color CSS Codes

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

#e5c3fc Text Font Color

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

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


#e5c3fc Background Color

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

This div background color is #e5c3fc


#e5c3fc Border Color

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

This div border color is #e5c3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.