Color Hex Logo

#e99972 Color Hex

#E99972
(233,153,114)
0 Favorites   0 Comments

Color spaces of #e99972

RGB 233153114
HSL0.050.730.68
HSV20°51°91°
CMYK 0.000.340.51   0.09
XYZ48.032841.321021.3637
Yxy41.32100.43380.3732
Hunter Lab64.281420.887525.2922
CIE-Lab70.400225.848132.7492

#e99972 color RGB value is (233,153,114).

#e99972 hex color red value is 233, green value is 153 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e99972 hue: 0.05 , saturation: 0.73 and the lightness value of e99972 is 0.68.

The process color (four color CMYK) of #e99972 color hex is 0.00, 0.34, 0.51, 0.09. Web safe color of #e99972 is #ff9966. Color #e99972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011001 01110010
Octal 351 231 162
Decimal 233 153 114
Hex E9 99 72

RGB Percentages of Color #e99972

%46.60
%30.60
%22.80

CMYK Percentages of Color #e99972

%0
%34
%51
%9

Triadic Colors of #e99972

#e99972 #72e999 #9972e9

Analogous Colors of #e99972

#e99972 #e9d572 #e97287

Monochromatic Colors of #e99972

#e99972

Complementary Color

#e99972 #72c2e9

#e99972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99972 Color CSS Codes

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

#e99972 Text Font Color

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

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


#e99972 Background Color

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

This div background color is #e99972


#e99972 Border Color

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

This div border color is #e99972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99972


Comments

No comments written yet.

Please login to write comment.