Color Hex Logo

#e16872 Color Hex

#E16872
(225,104,114)
0 Favorites   0 Comments

Color spaces of #e16872

RGB 225104114
HSL0.990.670.65
HSV355°54°88°
CMYK 0.000.540.49   0.12
XYZ39.038927.123119.0973
Yxy27.12310.45790.3181
Hunter Lab52.079842.663414.7147
CIE-Lab59.088148.013517.5097

#e16872 color RGB value is (225,104,114).

#e16872 hex color red value is 225, green value is 104 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e16872 hue: 0.99 , saturation: 0.67 and the lightness value of e16872 is 0.65.

The process color (four color CMYK) of #e16872 color hex is 0.00, 0.54, 0.49, 0.12. Web safe color of #e16872 is #cc6666. Color #e16872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 01110010
Octal 341 150 162
Decimal 225 104 114
Hex E1 68 72

RGB Percentages of Color #e16872

%50.79
%23.48
%25.73

CMYK Percentages of Color #e16872

%0
%54
%49
%12

Triadic Colors of #e16872

#e16872 #72e168 #6872e1

Analogous Colors of #e16872

#e16872 #e19b68 #e168af

Monochromatic Colors of #e16872

#e16872

Complementary Color

#e16872 #68e1d7

#e16872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16872 Color CSS Codes

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

#e16872 Text Font Color

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

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


#e16872 Background Color

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

This div background color is #e16872


#e16872 Border Color

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

This div border color is #e16872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16872


Comments

No comments written yet.

Please login to write comment.