Color Hex Logo

#e2a0be Color Hex

#E2A0BE
(226,160,190)
0 Favorites   0 Comments

Color spaces of #e2a0be

RGB 226160190
HSL0.920.530.76
HSV333°29°89°
CMYK 0.000.290.16   0.11
XYZ53.229145.028154.6010
Yxy45.02810.34820.2946
Hunter Lab67.103024.1640-1.2716
CIE-Lab72.910428.9013-5.6012

#e2a0be color RGB value is (226,160,190).

#e2a0be hex color red value is 226, green value is 160 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e2a0be hue: 0.92 , saturation: 0.53 and the lightness value of e2a0be is 0.76.

The process color (four color CMYK) of #e2a0be color hex is 0.00, 0.29, 0.16, 0.11. Web safe color of #e2a0be is #cc99cc. Color #e2a0be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10100000 10111110
Octal 342 240 276
Decimal 226 160 190
Hex E2 A0 BE

RGB Percentages of Color #e2a0be

%39.24
%27.78
%32.99

CMYK Percentages of Color #e2a0be

%0
%29
%16
%11

Triadic Colors of #e2a0be

#e2a0be #bee2a0 #a0bee2

Analogous Colors of #e2a0be

#e2a0be #e2a3a0 #e2a0df

Monochromatic Colors of #e2a0be

#e2a0be

Complementary Color

#e2a0be #a0e2c4

#e2a0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a0be Color CSS Codes

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

#e2a0be Text Font Color

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

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


#e2a0be Background Color

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

This div background color is #e2a0be


#e2a0be Border Color

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

This div border color is #e2a0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2a0be


Comments

No comments written yet.

Please login to write comment.