Color Hex Logo

#e17caa Color Hex

#E17CAA
(225,124,170)
0 Favorites   0 Comments

Color spaces of #e17caa

RGB 225124170
HSL0.920.630.68
HSV333°45°88°
CMYK 0.000.450.24   0.12
XYZ45.514733.325142.0637
Yxy33.32510.37650.2756
Hunter Lab57.727939.7118-2.7924
CIE-Lab64.423344.5259-7.0010

#e17caa color RGB value is (225,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 10101010
Octal 341 174 252
Decimal 225 124 170
Hex E1 7C AA

RGB Percentages of Color #e17caa

%43.35
%23.89
%32.76

CMYK Percentages of Color #e17caa

%0
%45
%24
%12

Triadic Colors of #e17caa

#e17caa #aae17c #7caae1

Analogous Colors of #e17caa

#e17caa #e1817c #e17cdd

Monochromatic Colors of #e17caa

#e17caa

Complementary Color

#e17caa #7ce1b3

#e17caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17caa Color CSS Codes

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

#e17caa Text Font Color

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

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


#e17caa Background Color

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

This div background color is #e17caa


#e17caa Border Color

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

This div border color is #e17caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,124,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17caa


Comments

No comments written yet.

Please login to write comment.