Color Hex Logo

#e472ab Color Hex

#E472AB
(228,114,171)
0 Favorites   0 Comments

Color spaces of #e472ab

RGB 228114171
HSL0.920.680.67
HSV330°50°89°
CMYK 0.000.500.25   0.11
XYZ45.362931.468942.2113
Yxy31.46890.38110.2643
Hunter Lab56.097146.1738-5.3458
CIE-Lab62.901550.6500-9.7950

#e472ab color RGB value is (228,114,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 10101011
Octal 344 162 253
Decimal 228 114 171
Hex E4 72 AB

RGB Percentages of Color #e472ab

%44.44
%22.22
%33.33

CMYK Percentages of Color #e472ab

%0
%50
%25
%11

Triadic Colors of #e472ab

#e472ab #abe472 #72abe4

Analogous Colors of #e472ab

#e472ab #e47272 #e472e4

Monochromatic Colors of #e472ab

#e472ab

Complementary Color

#e472ab #72e4ab

#e472ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e472ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e472ab Color CSS Codes

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

#e472ab Text Font Color

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

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


#e472ab Background Color

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

This div background color is #e472ab


#e472ab Border Color

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

This div border color is #e472ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e472ab


Comments

No comments written yet.

Please login to write comment.