Color Hex Logo

#e470ae Color Hex

#E470AE
(228,112,174)
0 Favorites   0 Comments

Color spaces of #e470ae

RGB 228112174
HSL0.910.680.67
HSV328°51°89°
CMYK 0.000.510.24   0.11
XYZ45.429131.138343.6603
Yxy31.13830.37790.2590
Hunter Lab55.801747.6669-7.3284
CIE-Lab62.624252.0352-11.9230

#e470ae color RGB value is (228,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110000 10101110
Octal 344 160 256
Decimal 228 112 174
Hex E4 70 AE

RGB Percentages of Color #e470ae

%44.36
%21.79
%33.85

CMYK Percentages of Color #e470ae

%0
%51
%24
%11

Triadic Colors of #e470ae

#e470ae #aee470 #70aee4

Analogous Colors of #e470ae

#e470ae #e47074 #e070e4

Monochromatic Colors of #e470ae

#e470ae

Complementary Color

#e470ae #70e4a6

#e470ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e470ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e470ae Color CSS Codes

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

#e470ae Text Font Color

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

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


#e470ae Background Color

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

This div background color is #e470ae


#e470ae Border Color

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

This div border color is #e470ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e470ae


Comments

No comments written yet.

Please login to write comment.