Color Hex Logo

#e17cae Color Hex

#E17CAE
(225,124,174)
0 Favorites   0 Comments

Color spaces of #e17cae

RGB 225124174
HSL0.920.630.68
HSV330°45°88°
CMYK 0.000.450.23   0.12
XYZ45.899033.478844.0873
Yxy33.47880.37180.2712
Hunter Lab57.860940.3413-4.6736
CIE-Lab64.546745.0917-9.0875

#e17cae color RGB value is (225,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 10101110
Octal 341 174 256
Decimal 225 124 174
Hex E1 7C AE

RGB Percentages of Color #e17cae

%43.02
%23.71
%33.27

CMYK Percentages of Color #e17cae

%0
%45
%23
%12

Triadic Colors of #e17cae

#e17cae #aee17c #7caee1

Analogous Colors of #e17cae

#e17cae #e17d7c #e17ce1

Monochromatic Colors of #e17cae

#e17cae

Complementary Color

#e17cae #7ce1af

#e17cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cae Color CSS Codes

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

#e17cae Text Font Color

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

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


#e17cae Background Color

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

This div background color is #e17cae


#e17cae Border Color

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

This div border color is #e17cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cae


Comments

No comments written yet.

Please login to write comment.