Color Hex Logo

#e15fec Color Hex

#E15FEC
(225,95,236)
0 Favorites   0 Comments

Color spaces of #e15fec

RGB 22595236
HSL0.820.790.65
HSV295°60°93°
CMYK 0.050.600.00   0.07
XYZ50.283930.248182.5451
Yxy30.24810.30830.1855
Hunter Lab54.998366.9523-50.4876
CIE-Lab61.867768.7531-48.1099

#e15fec color RGB value is (225,95,236).

#e15fec hex color red value is 225, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e15fec hue: 0.82 , saturation: 0.79 and the lightness value of e15fec is 0.65.

The process color (four color CMYK) of #e15fec color hex is 0.05, 0.60, 0.00, 0.07. Web safe color of #e15fec is #cc66ff. Color #e15fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011111 11101100
Octal 341 137 354
Decimal 225 95 236
Hex E1 5F EC

RGB Percentages of Color #e15fec

%40.47
%17.09
%42.45

CMYK Percentages of Color #e15fec

%5
%60
%0
%7

Triadic Colors of #e15fec

#e15fec #ece15f #5fece1

Analogous Colors of #e15fec

#e15fec #ec5fb1 #9b5fec

Monochromatic Colors of #e15fec

#e15fec

Complementary Color

#e15fec #6aec5f

#e15fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15fec Color CSS Codes

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

#e15fec Text Font Color

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

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


#e15fec Background Color

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

This div background color is #e15fec


#e15fec Border Color

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

This div border color is #e15fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15fec


Comments

No comments written yet.

Please login to write comment.