Color Hex Logo

#e81370 Color Hex

#E81370
(232,19,112)
0 Favorites   0 Comments

Color spaces of #e81370

RGB 23219112
HSL0.930.850.49
HSV334°92°91°
CMYK 0.000.920.52   0.09
XYZ36.436218.791417.0359
Yxy18.79140.50420.2600
Hunter Lab43.349074.17397.0437
CIE-Lab50.442376.82976.7855

#e81370 color RGB value is (232,19,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 01110000
Octal 350 23 160
Decimal 232 19 112
Hex E8 13 70

RGB Percentages of Color #e81370

%63.91
%5.23
%30.85

CMYK Percentages of Color #e81370

%0
%92
%52
%9

Triadic Colors of #e81370

#e81370 #70e813 #1370e8

Analogous Colors of #e81370

#e81370 #e82113 #e813db

Monochromatic Colors of #e81370

#e81370

Complementary Color

#e81370 #13e88b

#e81370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81370 Color CSS Codes

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

#e81370 Text Font Color

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

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


#e81370 Background Color

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

This div background color is #e81370


#e81370 Border Color

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

This div border color is #e81370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81370


Comments

No comments written yet.

Please login to write comment.