Color Hex Logo

#e15aaf Color Hex

#E15AAF
(225,90,175)
0 Favorites   0 Comments

Color spaces of #e15aaf

RGB 22590175
HSL0.900.690.62
HSV322°60°88°
CMYK 0.000.600.22   0.12
XYZ42.445426.415043.4189
Yxy26.41500.37800.2353
Hunter Lab51.395557.4735-14.1113
CIE-Lab58.428961.3653-18.8840

#e15aaf color RGB value is (225,90,175).

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

The process color (four color CMYK) of #e15aaf color hex is 0.00, 0.60, 0.22, 0.12. Web safe color of #e15aaf is #cc6699. Color #e15aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011010 10101111
Octal 341 132 257
Decimal 225 90 175
Hex E1 5A AF

RGB Percentages of Color #e15aaf

%45.92
%18.37
%35.71

CMYK Percentages of Color #e15aaf

%0
%60
%22
%12

Triadic Colors of #e15aaf

#e15aaf #afe15a #5aafe1

Analogous Colors of #e15aaf

#e15aaf #e15a6c #d05ae1

Monochromatic Colors of #e15aaf

#e15aaf

Complementary Color

#e15aaf #5ae18c

#e15aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15aaf Color CSS Codes

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

#e15aaf Text Font Color

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

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


#e15aaf Background Color

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

This div background color is #e15aaf


#e15aaf Border Color

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

This div border color is #e15aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15aaf


Comments

No comments written yet.

Please login to write comment.