Color Hex Logo

#e72197 Color Hex

#E72197
(231,33,151)
0 Favorites   0 Comments

Color spaces of #e72197

RGB 23133151
HSL0.900.800.52
HSV324°86°91°
CMYK 0.000.860.35   0.09
XYZ39.084820.311031.1386
Yxy20.31100.43170.2243
Hunter Lab45.067775.9349-9.4178
CIE-Lab52.187077.9050-14.2041

#e72197 color RGB value is (231,33,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100001 10010111
Octal 347 41 227
Decimal 231 33 151
Hex E7 21 97

RGB Percentages of Color #e72197

%55.66
%7.95
%36.39

CMYK Percentages of Color #e72197

%0
%86
%35
%9

Triadic Colors of #e72197

#e72197 #97e721 #2197e7

Analogous Colors of #e72197

#e72197 #e72134 #d421e7

Monochromatic Colors of #e72197

#e72197

Complementary Color

#e72197 #21e771

#e72197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72197 Color CSS Codes

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

#e72197 Text Font Color

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

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


#e72197 Background Color

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

This div background color is #e72197


#e72197 Border Color

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

This div border color is #e72197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72197


Comments

No comments written yet.

Please login to write comment.