Color Hex Logo

#e17eab Color Hex

#E17EAB
(225,126,171)
0 Favorites   0 Comments

Color spaces of #e17eab

RGB 225126171
HSL0.920.620.69
HSV333°44°88°
CMYK 0.000.440.24   0.12
XYZ45.862933.869542.6483
Yxy33.86950.37480.2768
Hunter Lab58.197538.8224-2.7106
CIE-Lab64.858943.6435-6.9217

#e17eab color RGB value is (225,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 10101011
Octal 341 176 253
Decimal 225 126 171
Hex E1 7E AB

RGB Percentages of Color #e17eab

%43.10
%24.14
%32.76

CMYK Percentages of Color #e17eab

%0
%44
%24
%12

Triadic Colors of #e17eab

#e17eab #abe17e #7eabe1

Analogous Colors of #e17eab

#e17eab #e1837e #e17edd

Monochromatic Colors of #e17eab

#e17eab

Complementary Color

#e17eab #7ee1b4

#e17eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17eab Color CSS Codes

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

#e17eab Text Font Color

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

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


#e17eab Background Color

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

This div background color is #e17eab


#e17eab Border Color

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

This div border color is #e17eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17eab


Comments

No comments written yet.

Please login to write comment.