Color Hex Logo

#e17fae Color Hex

#E17FAE
(225,127,174)
0 Favorites   0 Comments

Color spaces of #e17fae

RGB 225127174
HSL0.920.620.69
HSV331°44°88°
CMYK 0.000.440.23   0.12
XYZ46.280734.242344.2146
Yxy34.24230.37100.2745
Hunter Lab58.516938.7700-3.8369
CIE-Lab65.154443.5567-8.1820

#e17fae color RGB value is (225,127,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 10101110
Octal 341 177 256
Decimal 225 127 174
Hex E1 7F AE

RGB Percentages of Color #e17fae

%42.78
%24.14
%33.08

CMYK Percentages of Color #e17fae

%0
%44
%23
%12

Triadic Colors of #e17fae

#e17fae #aee17f #7faee1

Analogous Colors of #e17fae

#e17fae #e1817f #e17fdf

Monochromatic Colors of #e17fae

#e17fae

Complementary Color

#e17fae #7fe1b2

#e17fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fae Color CSS Codes

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

#e17fae Text Font Color

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

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


#e17fae Background Color

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

This div background color is #e17fae


#e17fae Border Color

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

This div border color is #e17fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fae


Comments

No comments written yet.

Please login to write comment.