Color Hex Logo

#e2cde1 Color Hex

#E2CDE1
(226,205,225)
0 Favorites   0 Comments

Color spaces of #e2cde1

RGB 226205225
HSL0.840.270.85
HSV303°89°
CMYK 0.000.090.00   0.11
XYZ66.786065.267680.3121
Yxy65.26760.31450.3073
Hunter Lab80.78846.1825-2.3886
CIE-Lab84.621410.8011-7.2198

#e2cde1 color RGB value is (226,205,225).

#e2cde1 hex color red value is 226, green value is 205 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #e2cde1 hue: 0.84 , saturation: 0.27 and the lightness value of e2cde1 is 0.85.

The process color (four color CMYK) of #e2cde1 color hex is 0.00, 0.09, 0.00, 0.11. Web safe color of #e2cde1 is #cccccc. Color #e2cde1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001101 11100001
Octal 342 315 341
Decimal 226 205 225
Hex E2 CD E1

RGB Percentages of Color #e2cde1

%34.45
%31.25
%34.30

CMYK Percentages of Color #e2cde1

%0
%9
%0
%11

Triadic Colors of #e2cde1

#e2cde1 #e1e2cd #cde1e2

Analogous Colors of #e2cde1

#e2cde1 #e2cdd7 #d9cde2

Monochromatic Colors of #e2cde1

#e2cde1

Complementary Color

#e2cde1 #cde2ce

#e2cde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cde1 Color CSS Codes

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

#e2cde1 Text Font Color

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

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


#e2cde1 Background Color

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

This div background color is #e2cde1


#e2cde1 Border Color

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

This div border color is #e2cde1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,205,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cde1


Comments

No comments written yet.

Please login to write comment.