Color Hex Logo

#e51869 Color Hex

#E51869
(229,24,105)
0 Favorites   0 Comments

Color spaces of #e51869

RGB 22924105
HSL0.930.810.50
HSV336°90°90°
CMYK 0.000.900.54   0.10
XYZ35.189518.331215.0482
Yxy18.33120.51320.2673
Hunter Lab42.815071.78259.1318
CIE-Lab49.895474.996110.2085

#e51869 color RGB value is (229,24,105).

#e51869 hex color red value is 229, green value is 24 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e51869 hue: 0.93 , saturation: 0.81 and the lightness value of e51869 is 0.50.

The process color (four color CMYK) of #e51869 color hex is 0.00, 0.90, 0.54, 0.10. Web safe color of #e51869 is #cc0066. Color #e51869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011000 01101001
Octal 345 30 151
Decimal 229 24 105
Hex E5 18 69

RGB Percentages of Color #e51869

%63.97
%6.70
%29.33

CMYK Percentages of Color #e51869

%0
%90
%54
%10

Triadic Colors of #e51869

#e51869 #69e518 #1869e5

Analogous Colors of #e51869

#e51869 #e52e18 #e518d0

Monochromatic Colors of #e51869

#e51869

Complementary Color

#e51869 #18e594

#e51869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51869 Color CSS Codes

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

#e51869 Text Font Color

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

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


#e51869 Background Color

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

This div background color is #e51869


#e51869 Border Color

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

This div border color is #e51869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51869


Comments

No comments written yet.

Please login to write comment.