Color Hex Logo

#e2b0dc Color Hex

#E2B0DC
(226,176,220)
0 Favorites   0 Comments

Color spaces of #e2b0dc

RGB 226176220
HSL0.850.460.79
HSV307°22°89°
CMYK 0.000.220.03   0.11
XYZ59.807652.386774.6696
Yxy52.38670.32010.2803
Hunter Lab72.378720.8347-10.5016
CIE-Lab77.511525.3923-15.1432

#e2b0dc color RGB value is (226,176,220).

#e2b0dc hex color red value is 226, green value is 176 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e2b0dc hue: 0.85 , saturation: 0.46 and the lightness value of e2b0dc is 0.79.

The process color (four color CMYK) of #e2b0dc color hex is 0.00, 0.22, 0.03, 0.11. Web safe color of #e2b0dc is #cc99cc. Color #e2b0dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10110000 11011100
Octal 342 260 334
Decimal 226 176 220
Hex E2 B0 DC

RGB Percentages of Color #e2b0dc

%36.33
%28.30
%35.37

CMYK Percentages of Color #e2b0dc

%0
%22
%3
%11

Triadic Colors of #e2b0dc

#e2b0dc #dce2b0 #b0dce2

Analogous Colors of #e2b0dc

#e2b0dc #e2b0c3 #cfb0e2

Monochromatic Colors of #e2b0dc

#e2b0dc

Complementary Color

#e2b0dc #b0e2b6

#e2b0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b0dc Color CSS Codes

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

#e2b0dc Text Font Color

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

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


#e2b0dc Background Color

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

This div background color is #e2b0dc


#e2b0dc Border Color

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

This div border color is #e2b0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b0dc


Comments

No comments written yet.

Please login to write comment.