Color Hex Logo

#e51696 Color Hex

#E51696
(229,22,150)
0 Favorites   0 Comments

Color spaces of #e51696

RGB 22922150
HSL0.900.820.49
HSV323°90°90°
CMYK 0.000.900.34   0.10
XYZ38.105019.433830.5969
Yxy19.43380.43230.2205
Hunter Lab44.083877.1446-10.2923
CIE-Lab51.190979.0653-15.1529

#e51696 color RGB value is (229,22,150).

#e51696 hex color red value is 229, green value is 22 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e51696 hue: 0.90 , saturation: 0.82 and the lightness value of e51696 is 0.49.

The process color (four color CMYK) of #e51696 color hex is 0.00, 0.90, 0.34, 0.10. Web safe color of #e51696 is #cc0099. Color #e51696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010110 10010110
Octal 345 26 226
Decimal 229 22 150
Hex E5 16 96

RGB Percentages of Color #e51696

%57.11
%5.49
%37.41

CMYK Percentages of Color #e51696

%0
%90
%34
%10

Triadic Colors of #e51696

#e51696 #96e516 #1696e5

Analogous Colors of #e51696

#e51696 #e5162f #cd16e5

Monochromatic Colors of #e51696

#e51696

Complementary Color

#e51696 #16e565

#e51696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51696 Color CSS Codes

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

#e51696 Text Font Color

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

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


#e51696 Background Color

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

This div background color is #e51696


#e51696 Border Color

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

This div border color is #e51696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51696


Comments

No comments written yet.

Please login to write comment.