Color Hex Logo

#e45fae Color Hex

#E45FAE
(228,95,174)
0 Favorites   0 Comments

Color spaces of #e45fae

RGB 22895174
HSL0.900.710.63
HSV324°58°89°
CMYK 0.000.580.24   0.11
XYZ43.727127.734443.0930
Yxy27.73440.38170.2421
Hunter Lab52.663556.0496-11.6509
CIE-Lab59.648059.9192-16.4128

#e45fae color RGB value is (228,95,174).

#e45fae hex color red value is 228, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e45fae hue: 0.90 , saturation: 0.71 and the lightness value of e45fae is 0.63.

The process color (four color CMYK) of #e45fae color hex is 0.00, 0.58, 0.24, 0.11. Web safe color of #e45fae is #cc6699. Color #e45fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011111 10101110
Octal 344 137 256
Decimal 228 95 174
Hex E4 5F AE

RGB Percentages of Color #e45fae

%45.88
%19.11
%35.01

CMYK Percentages of Color #e45fae

%0
%58
%24
%11

Triadic Colors of #e45fae

#e45fae #aee45f #5faee4

Analogous Colors of #e45fae

#e45fae #e45f6c #d85fe4

Monochromatic Colors of #e45fae

#e45fae

Complementary Color

#e45fae #5fe495

#e45fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45fae Color CSS Codes

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

#e45fae Text Font Color

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

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


#e45fae Background Color

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

This div background color is #e45fae


#e45fae Border Color

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

This div border color is #e45fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45fae


Comments

No comments written yet.

Please login to write comment.