Color Hex Logo

#e72071 Color Hex

#E72071
(231,32,113)
0 Favorites   0 Comments

Color spaces of #e72071

RGB 23132113
HSL0.930.810.52
HSV336°86°91°
CMYK 0.000.860.51   0.09
XYZ36.452119.214217.4103
Yxy19.21420.49880.2629
Hunter Lab43.834071.73007.1346
CIE-Lab50.936974.75056.8545

#e72071 color RGB value is (231,32,113).

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

The process color (four color CMYK) of #e72071 color hex is 0.00, 0.86, 0.51, 0.09. Web safe color of #e72071 is #ff3366. Color #e72071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100000 01110001
Octal 347 40 161
Decimal 231 32 113
Hex E7 20 71

RGB Percentages of Color #e72071

%61.44
%8.51
%30.05

CMYK Percentages of Color #e72071

%0
%86
%51
%9

Triadic Colors of #e72071

#e72071 #71e720 #2071e7

Analogous Colors of #e72071

#e72071 #e73320 #e720d5

Monochromatic Colors of #e72071

#e72071

Complementary Color

#e72071 #20e796

#e72071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72071 Color CSS Codes

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

#e72071 Text Font Color

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

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


#e72071 Background Color

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

This div background color is #e72071


#e72071 Border Color

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

This div border color is #e72071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72071


Comments

No comments written yet.

Please login to write comment.