Color Hex Logo

#e2bbdf Color Hex

#E2BBDF
(226,187,223)
0 Favorites   0 Comments

Color spaces of #e2bbdf

RGB 226187223
HSL0.850.400.81
HSV305°17°89°
CMYK 0.000.170.01   0.11
XYZ62.453657.037177.5296
Yxy57.03710.31700.2895
Hunter Lab75.522915.4453-7.9993
CIE-Lab80.200520.0296-12.7307

#e2bbdf color RGB value is (226,187,223).

#e2bbdf hex color red value is 226, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e2bbdf hue: 0.85 , saturation: 0.40 and the lightness value of e2bbdf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111011 11011111
Octal 342 273 337
Decimal 226 187 223
Hex E2 BB DF

RGB Percentages of Color #e2bbdf

%35.53
%29.40
%35.06

CMYK Percentages of Color #e2bbdf

%0
%17
%1
%11

Triadic Colors of #e2bbdf

#e2bbdf #dfe2bb #bbdfe2

Analogous Colors of #e2bbdf

#e2bbdf #e2bbcc #d2bbe2

Monochromatic Colors of #e2bbdf

#e2bbdf

Complementary Color

#e2bbdf #bbe2be

#e2bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bbdf Color CSS Codes

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

#e2bbdf Text Font Color

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

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


#e2bbdf Background Color

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

This div background color is #e2bbdf


#e2bbdf Border Color

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

This div border color is #e2bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bbdf


Comments

No comments written yet.

Please login to write comment.