Color Hex Logo

#e872ae Color Hex

#E872AE
(232,114,174)
0 Favorites   0 Comments

Color spaces of #e872ae

RGB 232114174
HSL0.920.720.68
HSV329°51°91°
CMYK 0.000.510.25   0.09
XYZ46.936032.246443.7948
Yxy32.24640.38170.2622
Hunter Lab56.785948.1626-5.9759
CIE-Lab63.546052.3374-10.4849

#e872ae color RGB value is (232,114,174).

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

The process color (four color CMYK) of #e872ae color hex is 0.00, 0.51, 0.25, 0.09. Web safe color of #e872ae is #ff6699. Color #e872ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 10101110
Octal 350 162 256
Decimal 232 114 174
Hex E8 72 AE

RGB Percentages of Color #e872ae

%44.62
%21.92
%33.46

CMYK Percentages of Color #e872ae

%0
%51
%25
%9

Triadic Colors of #e872ae

#e872ae #aee872 #72aee8

Analogous Colors of #e872ae

#e872ae #e87273 #e772e8

Monochromatic Colors of #e872ae

#e872ae

Complementary Color

#e872ae #72e8ac

#e872ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e872ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e872ae Color CSS Codes

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

#e872ae Text Font Color

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

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


#e872ae Background Color

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

This div background color is #e872ae


#e872ae Border Color

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

This div border color is #e872ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e872ae


Comments

No comments written yet.

Please login to write comment.