Color Hex Logo

#e372aa Color Hex

#E372AA
(227,114,170)
0 Favorites   0 Comments

Color spaces of #e372aa

RGB 227114170
HSL0.920.670.67
HSV330°50°89°
CMYK 0.000.500.25   0.11
XYZ44.951631.267841.6963
Yxy31.26780.38120.2652
Hunter Lab55.917645.6385-5.0687
CIE-Lab62.733150.1915-9.4899

#e372aa color RGB value is (227,114,170).

#e372aa hex color red value is 227, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e372aa hue: 0.92 , saturation: 0.67 and the lightness value of e372aa is 0.67.

The process color (four color CMYK) of #e372aa color hex is 0.00, 0.50, 0.25, 0.11. Web safe color of #e372aa is #cc6699. Color #e372aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 10101010
Octal 343 162 252
Decimal 227 114 170
Hex E3 72 AA

RGB Percentages of Color #e372aa

%44.42
%22.31
%33.27

CMYK Percentages of Color #e372aa

%0
%50
%25
%11

Triadic Colors of #e372aa

#e372aa #aae372 #72aae3

Analogous Colors of #e372aa

#e372aa #e37372 #e372e3

Monochromatic Colors of #e372aa

#e372aa

Complementary Color

#e372aa #72e3ab

#e372aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372aa Color CSS Codes

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

#e372aa Text Font Color

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

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


#e372aa Background Color

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

This div background color is #e372aa


#e372aa Border Color

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

This div border color is #e372aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,114,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e372aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e372aa;
  -webkit-box-shadow: 1px 1px 3px 2px #e372aa;
  box-shadow:         1px 1px 3px 2px #e372aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,114,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372aa


Comments

No comments written yet.

Please login to write comment.