Color Hex Logo

#e15fac Color Hex

#E15FAC
(225,95,172)
0 Favorites   0 Comments

Color spaces of #e15fac

RGB 22595172
HSL0.900.680.63
HSV324°58°88°
CMYK 0.000.580.24   0.12
XYZ42.589927.170542.0294
Yxy27.17050.38100.2430
Hunter Lab52.125354.6272-11.3186
CIE-Lab59.131858.7687-16.0846

#e15fac color RGB value is (225,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011111 10101100
Octal 341 137 254
Decimal 225 95 172
Hex E1 5F AC

RGB Percentages of Color #e15fac

%45.73
%19.31
%34.96

CMYK Percentages of Color #e15fac

%0
%58
%24
%12

Triadic Colors of #e15fac

#e15fac #ace15f #5face1

Analogous Colors of #e15fac

#e15fac #e15f6b #d55fe1

Monochromatic Colors of #e15fac

#e15fac

Complementary Color

#e15fac #5fe194

#e15fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15fac Color CSS Codes

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

#e15fac Text Font Color

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

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


#e15fac Background Color

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

This div background color is #e15fac


#e15fac Border Color

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

This div border color is #e15fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,95,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15fac


Comments

No comments written yet.

Please login to write comment.