Color Hex Logo

#e72997 Color Hex

#E72997
(231,41,151)
0 Favorites   0 Comments

Color spaces of #e72997

RGB 23141151
HSL0.900.800.53
HSV325°82°91°
CMYK 0.000.820.35   0.09
XYZ39.333820.809231.2216
Yxy20.80920.43050.2278
Hunter Lab45.617174.0835-8.6477
CIE-Lab52.740076.3093-13.3676

#e72997 color RGB value is (231,41,151).

#e72997 hex color red value is 231, green value is 41 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e72997 hue: 0.90 , saturation: 0.80 and the lightness value of e72997 is 0.53.

The process color (four color CMYK) of #e72997 color hex is 0.00, 0.82, 0.35, 0.09. Web safe color of #e72997 is #ff3399. Color #e72997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101001 10010111
Octal 347 51 227
Decimal 231 41 151
Hex E7 29 97

RGB Percentages of Color #e72997

%54.61
%9.69
%35.70

CMYK Percentages of Color #e72997

%0
%82
%35
%9

Triadic Colors of #e72997

#e72997 #97e729 #2997e7

Analogous Colors of #e72997

#e72997 #e72938 #d829e7

Monochromatic Colors of #e72997

#e72997

Complementary Color

#e72997 #29e779

#e72997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72997 Color CSS Codes

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

#e72997 Text Font Color

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

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


#e72997 Background Color

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

This div background color is #e72997


#e72997 Border Color

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

This div border color is #e72997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72997


Comments

No comments written yet.

Please login to write comment.