Color Hex Logo

#e2cbeb Color Hex

#E2CBEB
(226,203,235)
0 Favorites   0 Comments

Color spaces of #e2cbeb

RGB 226203235
HSL0.790.440.86
HSV283°14°92°
CMYK 0.040.140.00   0.08
XYZ67.715464.878887.5511
Yxy64.87880.30760.2947
Hunter Lab80.54749.1053-8.0622
CIE-Lab84.421213.7165-12.8389

#e2cbeb color RGB value is (226,203,235).

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

The process color (four color CMYK) of #e2cbeb color hex is 0.04, 0.14, 0.00, 0.08. Web safe color of #e2cbeb is #ccccff. Color #e2cbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001011 11101011
Octal 342 313 353
Decimal 226 203 235
Hex E2 CB EB

RGB Percentages of Color #e2cbeb

%34.04
%30.57
%35.39

CMYK Percentages of Color #e2cbeb

%4
%14
%0
%8

Triadic Colors of #e2cbeb

#e2cbeb #ebe2cb #cbebe2

Analogous Colors of #e2cbeb

#e2cbeb #ebcbe4 #d2cbeb

Monochromatic Colors of #e2cbeb

#e2cbeb

Complementary Color

#e2cbeb #d4ebcb

#e2cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cbeb Color CSS Codes

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

#e2cbeb Text Font Color

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

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


#e2cbeb Background Color

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

This div background color is #e2cbeb


#e2cbeb Border Color

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

This div border color is #e2cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cbeb


Comments

No comments written yet.

Please login to write comment.