Color Hex Logo

#e51caf Color Hex

#E51CAF
(229,28,175)
0 Favorites   0 Comments

Color spaces of #e51caf

RGB 22928175
HSL0.880.790.50
HSV316°88°90°
CMYK 0.000.880.24   0.10
XYZ40.466220.583742.3977
Yxy20.58370.39120.1990
Hunter Lab45.369379.8133-23.6482
CIE-Lab52.490880.9253-27.9587

#e51caf color RGB value is (229,28,175).

#e51caf hex color red value is 229, green value is 28 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e51caf hue: 0.88 , saturation: 0.79 and the lightness value of e51caf is 0.50.

The process color (four color CMYK) of #e51caf color hex is 0.00, 0.88, 0.24, 0.10. Web safe color of #e51caf is #cc3399. Color #e51caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011100 10101111
Octal 345 34 257
Decimal 229 28 175
Hex E5 1C AF

RGB Percentages of Color #e51caf

%53.01
%6.48
%40.51

CMYK Percentages of Color #e51caf

%0
%88
%24
%10

Triadic Colors of #e51caf

#e51caf #afe51c #1cafe5

Analogous Colors of #e51caf

#e51caf #e51c4a #b71ce5

Monochromatic Colors of #e51caf

#e51caf

Complementary Color

#e51caf #1ce552

#e51caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51caf Color CSS Codes

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

#e51caf Text Font Color

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

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


#e51caf Background Color

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

This div background color is #e51caf


#e51caf Border Color

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

This div border color is #e51caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51caf


Comments

No comments written yet.

Please login to write comment.