Color Hex Logo

#e71571 Color Hex

#E71571
(231,21,113)
0 Favorites   0 Comments

Color spaces of #e71571

RGB 23121113
HSL0.930.830.49
HSV334°91°91°
CMYK 0.000.910.51   0.09
XYZ36.203818.717517.3275
Yxy18.71750.50110.2591
Hunter Lab43.263773.66026.5384
CIE-Lab50.355076.43176.0237

#e71571 color RGB value is (231,21,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 01110001
Octal 347 25 161
Decimal 231 21 113
Hex E7 15 71

RGB Percentages of Color #e71571

%63.29
%5.75
%30.96

CMYK Percentages of Color #e71571

%0
%91
%51
%9

Triadic Colors of #e71571

#e71571 #71e715 #1571e7

Analogous Colors of #e71571

#e71571 #e72215 #e715da

Monochromatic Colors of #e71571

#e71571

Complementary Color

#e71571 #15e78b

#e71571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71571 Color CSS Codes

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

#e71571 Text Font Color

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

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


#e71571 Background Color

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

This div background color is #e71571


#e71571 Border Color

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

This div border color is #e71571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71571


Comments

No comments written yet.

Please login to write comment.