Color Hex Logo

#e8cdeb Color Hex

#E8CDEB
(232,205,235)
0 Favorites   0 Comments

Color spaces of #e8cdeb

RGB 232205235
HSL0.820.430.86
HSV294°13°92°
CMYK 0.010.130.00   0.08
XYZ70.105466.816687.7992
Yxy66.81660.31200.2973
Hunter Lab81.741410.0428-6.4649
CIE-Lab85.411214.6425-11.3075

#e8cdeb color RGB value is (232,205,235).

#e8cdeb hex color red value is 232, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e8cdeb hue: 0.82 , saturation: 0.43 and the lightness value of e8cdeb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001101 11101011
Octal 350 315 353
Decimal 232 205 235
Hex E8 CD EB

RGB Percentages of Color #e8cdeb

%34.52
%30.51
%34.97

CMYK Percentages of Color #e8cdeb

%1
%13
%0
%8

Triadic Colors of #e8cdeb

#e8cdeb #ebe8cd #cdebe8

Analogous Colors of #e8cdeb

#e8cdeb #ebcddf #d9cdeb

Monochromatic Colors of #e8cdeb

#e8cdeb

Complementary Color

#e8cdeb #d0ebcd

#e8cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cdeb Color CSS Codes

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

#e8cdeb Text Font Color

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

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


#e8cdeb Background Color

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

This div background color is #e8cdeb


#e8cdeb Border Color

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

This div border color is #e8cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cdeb


Comments

No comments written yet.

Please login to write comment.