Color Hex Logo

#e51371 Color Hex

#E51371
(229,19,113)
0 Favorites   0 Comments

Color spaces of #e51371

RGB 22919113
HSL0.930.850.49
HSV333°92°90°
CMYK 0.000.920.51   0.10
XYZ35.526618.316017.2857
Yxy18.31600.49950.2575
Hunter Lab42.797273.28056.0109
CIE-Lab49.877276.21755.2870

#e51371 color RGB value is (229,19,113).

#e51371 hex color red value is 229, green value is 19 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #e51371 hue: 0.93 , saturation: 0.85 and the lightness value of e51371 is 0.49.

The process color (four color CMYK) of #e51371 color hex is 0.00, 0.92, 0.51, 0.10. Web safe color of #e51371 is #cc0066. Color #e51371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010011 01110001
Octal 345 23 161
Decimal 229 19 113
Hex E5 13 71

RGB Percentages of Color #e51371

%63.43
%5.26
%31.30

CMYK Percentages of Color #e51371

%0
%92
%51
%10

Triadic Colors of #e51371

#e51371 #71e513 #1371e5

Analogous Colors of #e51371

#e51371 #e51e13 #e513da

Monochromatic Colors of #e51371

#e51371

Complementary Color

#e51371 #13e587

#e51371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51371 Color CSS Codes

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

#e51371 Text Font Color

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

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


#e51371 Background Color

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

This div background color is #e51371


#e51371 Border Color

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

This div border color is #e51371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51371


Comments

No comments written yet.

Please login to write comment.