Color Hex Logo

#e2cbea Color Hex

#E2CBEA
(226,203,234)
0 Favorites   0 Comments

Color spaces of #e2cbea

RGB 226203234
HSL0.790.420.86
HSV285°13°92°
CMYK 0.030.130.00   0.08
XYZ67.571264.821186.7922
Yxy64.82110.30830.2957
Hunter Lab80.51168.9151-7.5571
CIE-Lab84.391513.5277-12.3513

#e2cbea color RGB value is (226,203,234).

#e2cbea hex color red value is 226, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e2cbea hue: 0.79 , saturation: 0.42 and the lightness value of e2cbea is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001011 11101010
Octal 342 313 352
Decimal 226 203 234
Hex E2 CB EA

RGB Percentages of Color #e2cbea

%34.09
%30.62
%35.29

CMYK Percentages of Color #e2cbea

%3
%13
%0
%8

Triadic Colors of #e2cbea

#e2cbea #eae2cb #cbeae2

Analogous Colors of #e2cbea

#e2cbea #eacbe3 #d3cbea

Monochromatic Colors of #e2cbea

#e2cbea

Complementary Color

#e2cbea #d3eacb

#e2cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cbea Color CSS Codes

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

#e2cbea Text Font Color

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

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


#e2cbea Background Color

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

This div background color is #e2cbea


#e2cbea Border Color

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

This div border color is #e2cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cbea

#e2cbea Color Palettes


Comments

No comments written yet.

Please login to write comment.