Color Hex Logo

#e472af Color Hex

#E472AF
(228,114,175)
0 Favorites   0 Comments

Color spaces of #e472af

RGB 228114175
HSL0.910.680.67
HSV328°50°89°
CMYK 0.000.500.23   0.11
XYZ45.750131.623844.2501
Yxy31.62380.37620.2600
Hunter Lab56.235046.8076-7.2894
CIE-Lab63.030751.2015-11.8832

#e472af color RGB value is (228,114,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 10101111
Octal 344 162 257
Decimal 228 114 175
Hex E4 72 AF

RGB Percentages of Color #e472af

%44.10
%22.05
%33.85

CMYK Percentages of Color #e472af

%0
%50
%23
%11

Triadic Colors of #e472af

#e472af #afe472 #72afe4

Analogous Colors of #e472af

#e472af #e47276 #e072e4

Monochromatic Colors of #e472af

#e472af

Complementary Color

#e472af #72e4a7

#e472af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e472af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e472af Color CSS Codes

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

#e472af Text Font Color

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

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


#e472af Background Color

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

This div background color is #e472af


#e472af Border Color

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

This div border color is #e472af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e472af


Comments

No comments written yet.

Please login to write comment.