Color Hex Logo

#e72899 Color Hex

#E72899
(231,40,153)
0 Favorites   0 Comments

Color spaces of #e72899

RGB 23140153
HSL0.900.800.53
HSV325°83°91°
CMYK 0.000.830.34   0.09
XYZ39.463620.806432.0731
Yxy20.80640.42740.2253
Hunter Lab45.614074.6071-9.7594
CIE-Lab52.737076.7320-14.5611

#e72899 color RGB value is (231,40,153).

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

The process color (four color CMYK) of #e72899 color hex is 0.00, 0.83, 0.34, 0.09. Web safe color of #e72899 is #ff3399. Color #e72899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 10011001
Octal 347 50 231
Decimal 231 40 153
Hex E7 28 99

RGB Percentages of Color #e72899

%54.48
%9.43
%36.08

CMYK Percentages of Color #e72899

%0
%83
%34
%9

Triadic Colors of #e72899

#e72899 #99e728 #2899e7

Analogous Colors of #e72899

#e72899 #e72839 #d628e7

Monochromatic Colors of #e72899

#e72899

Complementary Color

#e72899 #28e776

#e72899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72899 Color CSS Codes

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

#e72899 Text Font Color

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

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


#e72899 Background Color

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

This div background color is #e72899


#e72899 Border Color

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

This div border color is #e72899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72899


Comments

No comments written yet.

Please login to write comment.