Color Hex Logo

#e45aaf Color Hex

#E45AAF
(228,90,175)
0 Favorites   0 Comments

Color spaces of #e45aaf

RGB 22890175
HSL0.900.720.62
HSV323°61°89°
CMYK 0.000.610.23   0.11
XYZ43.388926.901543.4631
Yxy26.90150.38140.2365
Hunter Lab51.866758.5570-13.3770
CIE-Lab58.883062.2188-18.1509

#e45aaf color RGB value is (228,90,175).

#e45aaf hex color red value is 228, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e45aaf hue: 0.90 , saturation: 0.72 and the lightness value of e45aaf is 0.62.

The process color (four color CMYK) of #e45aaf color hex is 0.00, 0.61, 0.23, 0.11. Web safe color of #e45aaf is #cc6699. Color #e45aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011010 10101111
Octal 344 132 257
Decimal 228 90 175
Hex E4 5A AF

RGB Percentages of Color #e45aaf

%46.25
%18.26
%35.50

CMYK Percentages of Color #e45aaf

%0
%61
%23
%11

Triadic Colors of #e45aaf

#e45aaf #afe45a #5aafe4

Analogous Colors of #e45aaf

#e45aaf #e45a6a #d45ae4

Monochromatic Colors of #e45aaf

#e45aaf

Complementary Color

#e45aaf #5ae48f

#e45aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45aaf Color CSS Codes

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

#e45aaf Text Font Color

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

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


#e45aaf Background Color

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

This div background color is #e45aaf


#e45aaf Border Color

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

This div border color is #e45aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,90,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45aaf


Comments

No comments written yet.

Please login to write comment.