Color Hex Logo

#e28aae Color Hex

#E28AAE
(226,138,174)
0 Favorites   0 Comments

Color spaces of #e28aae

RGB 226138174
HSL0.930.600.71
HSV335°39°89°
CMYK 0.000.390.23   0.11
XYZ48.092537.401744.7289
Yxy37.40170.36930.2872
Hunter Lab61.156933.3440-0.5536
CIE-Lab67.577338.1808-4.5767

#e28aae color RGB value is (226,138,174).

#e28aae hex color red value is 226, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e28aae hue: 0.93 , saturation: 0.60 and the lightness value of e28aae is 0.71.

The process color (four color CMYK) of #e28aae color hex is 0.00, 0.39, 0.23, 0.11. Web safe color of #e28aae is #cc9999. Color #e28aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001010 10101110
Octal 342 212 256
Decimal 226 138 174
Hex E2 8A AE

RGB Percentages of Color #e28aae

%42.01
%25.65
%32.34

CMYK Percentages of Color #e28aae

%0
%39
%23
%11

Triadic Colors of #e28aae

#e28aae #aee28a #8aaee2

Analogous Colors of #e28aae

#e28aae #e2928a #e28ada

Monochromatic Colors of #e28aae

#e28aae

Complementary Color

#e28aae #8ae2be

#e28aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28aae Color CSS Codes

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

#e28aae Text Font Color

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

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


#e28aae Background Color

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

This div background color is #e28aae


#e28aae Border Color

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

This div border color is #e28aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28aae


Comments

No comments written yet.

Please login to write comment.