Color Hex Logo

#e17aab Color Hex

#E17AAB
(225,122,171)
0 Favorites   0 Comments

Color spaces of #e17aab

RGB 225122171
HSL0.920.630.68
HSV331°46°88°
CMYK 0.000.460.24   0.12
XYZ45.361632.866942.4812
Yxy32.86690.37580.2723
Hunter Lab57.329740.9097-3.8030
CIE-Lab64.053045.6829-8.1198

#e17aab color RGB value is (225,122,171).

#e17aab hex color red value is 225, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e17aab hue: 0.92 , saturation: 0.63 and the lightness value of e17aab is 0.68.

The process color (four color CMYK) of #e17aab color hex is 0.00, 0.46, 0.24, 0.12. Web safe color of #e17aab is #cc6699. Color #e17aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 10101011
Octal 341 172 253
Decimal 225 122 171
Hex E1 7A AB

RGB Percentages of Color #e17aab

%43.44
%23.55
%33.01

CMYK Percentages of Color #e17aab

%0
%46
%24
%12

Triadic Colors of #e17aab

#e17aab #abe17a #7aabe1

Analogous Colors of #e17aab

#e17aab #e17d7a #e17adf

Monochromatic Colors of #e17aab

#e17aab

Complementary Color

#e17aab #7ae1b0

#e17aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17aab Color CSS Codes

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

#e17aab Text Font Color

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

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


#e17aab Background Color

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

This div background color is #e17aab


#e17aab Border Color

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

This div border color is #e17aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,122,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 #e17aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17aab


Comments

No comments written yet.

Please login to write comment.