Color Hex Logo

#e5015e Color Hex

#E5015E
(229,1,94)
0 Favorites   0 Comments

Color spaces of #e5015e

RGB 229194
HSL0.930.990.45
HSV336°100°90°
CMYK 0.001.000.59   0.10
XYZ34.344317.487912.1550
Yxy17.48790.53670.2733
Hunter Lab41.818573.414212.0397
CIE-Lab48.869076.522415.5427

#e5015e color RGB value is (229,1,94).

#e5015e hex color red value is 229, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e5015e hue: 0.93 , saturation: 0.99 and the lightness value of e5015e is 0.45.

The process color (four color CMYK) of #e5015e color hex is 0.00, 1.00, 0.59, 0.10. Web safe color of #e5015e is #cc0066. Color #e5015e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000001 01011110
Octal 345 1 136
Decimal 229 1 94
Hex E5 1 5E

RGB Percentages of Color #e5015e

%70.68
%0.31
%29.01

CMYK Percentages of Color #e5015e

%0
%100
%59
%10

Triadic Colors of #e5015e

#e5015e #5ee501 #015ee5

Analogous Colors of #e5015e

#e5015e #e51601 #e501d0

Monochromatic Colors of #e5015e

#e5015e

Complementary Color

#e5015e #01e588

#e5015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5015e Color CSS Codes

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

#e5015e Text Font Color

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

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


#e5015e Background Color

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

This div background color is #e5015e


#e5015e Border Color

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

This div border color is #e5015e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,1,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5015e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5015e;
  -webkit-box-shadow: 1px 1px 3px 2px #e5015e;
  box-shadow:         1px 1px 3px 2px #e5015e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,1,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5015e


Comments

No comments written yet.

Please login to write comment.