Color Hex Logo

#e71373 Color Hex

#E71373
(231,19,115)
0 Favorites   0 Comments

Color spaces of #e71373

RGB 23119115
HSL0.920.850.49
HSV333°92°91°
CMYK 0.000.920.50   0.09
XYZ36.282418.692517.9154
Yxy18.69250.49780.2564
Hunter Lab43.234874.13525.6961
CIE-Lab50.325576.82124.7606

#e71373 color RGB value is (231,19,115).

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

The process color (four color CMYK) of #e71373 color hex is 0.00, 0.92, 0.50, 0.09. Web safe color of #e71373 is #ff0066. Color #e71373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 01110011
Octal 347 23 163
Decimal 231 19 115
Hex E7 13 73

RGB Percentages of Color #e71373

%63.29
%5.21
%31.51

CMYK Percentages of Color #e71373

%0
%92
%50
%9

Triadic Colors of #e71373

#e71373 #73e713 #1373e7

Analogous Colors of #e71373

#e71373 #e71d13 #e713dd

Monochromatic Colors of #e71373

#e71373

Complementary Color

#e71373 #13e787

#e71373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71373 Color CSS Codes

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

#e71373 Text Font Color

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

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


#e71373 Background Color

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

This div background color is #e71373


#e71373 Border Color

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

This div border color is #e71373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71373


Comments

No comments written yet.

Please login to write comment.