Color Hex Logo

#e4c5eb Color Hex

#E4C5EB
(228,197,235)
0 Favorites   0 Comments

Color spaces of #e4c5eb

RGB 228197235
HSL0.800.490.85
HSV289°16°92°
CMYK 0.030.160.00   0.08
XYZ66.956662.424687.1174
Yxy62.42460.30930.2883
Hunter Lab79.009213.0042-10.0680
CIE-Lab83.138717.5704-14.7426

#e4c5eb color RGB value is (228,197,235).

#e4c5eb hex color red value is 228, green value is 197 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e4c5eb hue: 0.80 , saturation: 0.49 and the lightness value of e4c5eb is 0.85.

The process color (four color CMYK) of #e4c5eb color hex is 0.03, 0.16, 0.00, 0.08. Web safe color of #e4c5eb is #ccccff. Color #e4c5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11000101 11101011
Octal 344 305 353
Decimal 228 197 235
Hex E4 C5 EB

RGB Percentages of Color #e4c5eb

%34.55
%29.85
%35.61

CMYK Percentages of Color #e4c5eb

%3
%16
%0
%8

Triadic Colors of #e4c5eb

#e4c5eb #ebe4c5 #c5ebe4

Analogous Colors of #e4c5eb

#e4c5eb #ebc5df #d1c5eb

Monochromatic Colors of #e4c5eb

#e4c5eb

Complementary Color

#e4c5eb #ccebc5

#e4c5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4c5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4c5eb Color CSS Codes

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

#e4c5eb Text Font Color

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

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


#e4c5eb Background Color

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

This div background color is #e4c5eb


#e4c5eb Border Color

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

This div border color is #e4c5eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,197,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4c5eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4c5eb;
  -webkit-box-shadow: 1px 1px 3px 2px #e4c5eb;
  box-shadow:         1px 1px 3px 2px #e4c5eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,197,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4c5eb


Comments

No comments written yet.

Please login to write comment.