Color Hex Logo

#e70371 Color Hex

#E70371
(231,3,113)
0 Favorites   0 Comments

Color spaces of #e70371

RGB 2313113
HSL0.920.970.46
HSV331°99°91°
CMYK 0.000.990.51   0.09
XYZ35.968218.246317.2489
Yxy18.24630.50330.2553
Hunter Lab42.715775.55125.9593
CIE-Lab49.793578.06435.2197

#e70371 color RGB value is (231,3,113).

#e70371 hex color red value is 231, green value is 3 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #e70371 hue: 0.92 , saturation: 0.97 and the lightness value of e70371 is 0.46.

The process color (four color CMYK) of #e70371 color hex is 0.00, 0.99, 0.51, 0.09. Web safe color of #e70371 is #ff0066. Color #e70371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000011 01110001
Octal 347 3 161
Decimal 231 3 113
Hex E7 3 71

RGB Percentages of Color #e70371

%66.57
%0.86
%32.56

CMYK Percentages of Color #e70371

%0
%99
%51
%9

Triadic Colors of #e70371

#e70371 #71e703 #0371e7

Analogous Colors of #e70371

#e70371 #e70703 #e703e3

Monochromatic Colors of #e70371

#e70371

Complementary Color

#e70371 #03e779

#e70371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70371 Color CSS Codes

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

#e70371 Text Font Color

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

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


#e70371 Background Color

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

This div background color is #e70371


#e70371 Border Color

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

This div border color is #e70371


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,3,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 #e70371">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70371


Comments

No comments written yet.

Please login to write comment.