Color Hex Logo

#e15faf Color Hex

#E15FAF
(225,95,175)
0 Favorites   0 Comments

Color spaces of #e15faf

RGB 22595175
HSL0.900.680.63
HSV323°58°88°
CMYK 0.000.580.22   0.12
XYZ42.881427.287143.5643
Yxy27.28710.37700.2399
Hunter Lab52.237155.1158-12.8803
CIE-Lab59.239159.1770-17.6511

#e15faf color RGB value is (225,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011111 10101111
Octal 341 137 257
Decimal 225 95 175
Hex E1 5F AF

RGB Percentages of Color #e15faf

%45.45
%19.19
%35.35

CMYK Percentages of Color #e15faf

%0
%58
%22
%12

Triadic Colors of #e15faf

#e15faf #afe15f #5fafe1

Analogous Colors of #e15faf

#e15faf #e15f6e #d25fe1

Monochromatic Colors of #e15faf

#e15faf

Complementary Color

#e15faf #5fe191

#e15faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15faf Color CSS Codes

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

#e15faf Text Font Color

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

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


#e15faf Background Color

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

This div background color is #e15faf


#e15faf Border Color

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

This div border color is #e15faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15faf


Comments

No comments written yet.

Please login to write comment.