Color Hex Logo

#e2906e Color Hex

#E2906E
(226,144,110)
0 Favorites   0 Comments

Color spaces of #e2906e

RGB 226144110
HSL0.050.670.66
HSV18°51°89°
CMYK 0.000.360.51   0.11
XYZ44.151837.241119.6130
Yxy37.24110.43710.3687
Hunter Lab61.025522.349723.6626
CIE-Lab67.457527.503230.9410

#e2906e color RGB value is (226,144,110).

#e2906e hex color red value is 226, green value is 144 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e2906e hue: 0.05 , saturation: 0.67 and the lightness value of e2906e is 0.66.

The process color (four color CMYK) of #e2906e color hex is 0.00, 0.36, 0.51, 0.11. Web safe color of #e2906e is #cc9966. Color #e2906e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010000 01101110
Octal 342 220 156
Decimal 226 144 110
Hex E2 90 6E

RGB Percentages of Color #e2906e

%47.08
%30.00
%22.92

CMYK Percentages of Color #e2906e

%0
%36
%51
%11

Triadic Colors of #e2906e

#e2906e #6ee290 #906ee2

Analogous Colors of #e2906e

#e2906e #e2ca6e #e26e86

Monochromatic Colors of #e2906e

#e2906e

Complementary Color

#e2906e #6ec0e2

#e2906e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2906e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2906e Color CSS Codes

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

#e2906e Text Font Color

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

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


#e2906e Background Color

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

This div background color is #e2906e


#e2906e Border Color

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

This div border color is #e2906e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2906e


Comments

No comments written yet.

Please login to write comment.