Color Hex Logo

#e28aac Color Hex

#E28AAC
(226,138,172)
0 Favorites   0 Comments

Color spaces of #e28aac

RGB 226138172
HSL0.940.600.71
HSV337°39°89°
CMYK 0.000.390.24   0.11
XYZ47.898937.324343.7095
Yxy37.32430.37150.2895
Hunter Lab61.093633.03460.3464
CIE-Lab67.519637.8941-3.5380

#e28aac color RGB value is (226,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001010 10101100
Octal 342 212 254
Decimal 226 138 172
Hex E2 8A AC

RGB Percentages of Color #e28aac

%42.16
%25.75
%32.09

CMYK Percentages of Color #e28aac

%0
%39
%24
%11

Triadic Colors of #e28aac

#e28aac #ace28a #8aace2

Analogous Colors of #e28aac

#e28aac #e2948a #e28ad8

Monochromatic Colors of #e28aac

#e28aac

Complementary Color

#e28aac #8ae2c0

#e28aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28aac Color CSS Codes

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

#e28aac Text Font Color

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

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


#e28aac Background Color

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

This div background color is #e28aac


#e28aac Border Color

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

This div border color is #e28aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28aac


Comments

No comments written yet.

Please login to write comment.