Color Hex Logo

#e372ae Color Hex

#E372AE
(227,114,174)
0 Favorites   0 Comments

Color spaces of #e372ae

RGB 227114174
HSL0.910.670.67
HSV328°50°89°
CMYK 0.000.500.23   0.11
XYZ45.335831.421543.7199
Yxy31.42150.37630.2608
Hunter Lab56.054946.2703-7.0047
CIE-Lab62.861850.7430-11.5803

#e372ae color RGB value is (227,114,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 10101110
Octal 343 162 256
Decimal 227 114 174
Hex E3 72 AE

RGB Percentages of Color #e372ae

%44.08
%22.14
%33.79

CMYK Percentages of Color #e372ae

%0
%50
%23
%11

Triadic Colors of #e372ae

#e372ae #aee372 #72aee3

Analogous Colors of #e372ae

#e372ae #e37276 #e072e3

Monochromatic Colors of #e372ae

#e372ae

Complementary Color

#e372ae #72e3a7

#e372ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372ae Color CSS Codes

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

#e372ae Text Font Color

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

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


#e372ae Background Color

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

This div background color is #e372ae


#e372ae Border Color

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

This div border color is #e372ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372ae


Comments

No comments written yet.

Please login to write comment.