Color Hex Logo

#e28eab Color Hex

#E28EAB
(226,142,171)
0 Favorites   0 Comments

Color spaces of #e28eab

RGB 226142171
HSL0.940.590.72
HSV339°37°89°
CMYK 0.000.370.24   0.11
XYZ48.387738.455043.4003
Yxy38.45500.37150.2953
Hunter Lab62.012130.76141.9133
CIE-Lab68.354635.6438-1.7496

#e28eab color RGB value is (226,142,171).

#e28eab hex color red value is 226, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e28eab hue: 0.94 , saturation: 0.59 and the lightness value of e28eab is 0.72.

The process color (four color CMYK) of #e28eab color hex is 0.00, 0.37, 0.24, 0.11. Web safe color of #e28eab is #cc9999. Color #e28eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001110 10101011
Octal 342 216 253
Decimal 226 142 171
Hex E2 8E AB

RGB Percentages of Color #e28eab

%41.93
%26.35
%31.73

CMYK Percentages of Color #e28eab

%0
%37
%24
%11

Triadic Colors of #e28eab

#e28eab #abe28e #8eabe2

Analogous Colors of #e28eab

#e28eab #e29b8e #e28ed5

Monochromatic Colors of #e28eab

#e28eab

Complementary Color

#e28eab #8ee2c5

#e28eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28eab Color CSS Codes

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

#e28eab Text Font Color

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

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


#e28eab Background Color

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

This div background color is #e28eab


#e28eab Border Color

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

This div border color is #e28eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28eab


Comments

No comments written yet.

Please login to write comment.