Color Hex Logo

#e370aa Color Hex

#E370AA
(227,112,170)
0 Favorites   0 Comments

Color spaces of #e370aa

RGB 227112170
HSL0.920.670.66
HSV330°51°89°
CMYK 0.000.510.25   0.11
XYZ44.728430.821541.6219
Yxy30.82150.38170.2630
Hunter Lab55.517146.6569-5.5885
CIE-Lab62.356751.1681-10.0524

#e370aa color RGB value is (227,112,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110000 10101010
Octal 343 160 252
Decimal 227 112 170
Hex E3 70 AA

RGB Percentages of Color #e370aa

%44.60
%22.00
%33.40

CMYK Percentages of Color #e370aa

%0
%51
%25
%11

Triadic Colors of #e370aa

#e370aa #aae370 #70aae3

Analogous Colors of #e370aa

#e370aa #e37071 #e370e3

Monochromatic Colors of #e370aa

#e370aa

Complementary Color

#e370aa #70e3a9

#e370aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e370aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e370aa Color CSS Codes

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

#e370aa Text Font Color

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

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


#e370aa Background Color

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

This div background color is #e370aa


#e370aa Border Color

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

This div border color is #e370aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e370aa


Comments

No comments written yet.

Please login to write comment.