Color Hex Logo

#e97572 Color Hex

#E97572
(233,117,114)
0 Favorites   0 Comments

Color spaces of #e97572

RGB 233117114
HSL0.000.730.68
HSV51°91°
CMYK 0.000.500.51   0.09
XYZ43.002831.261119.6871
Yxy31.26110.45770.3327
Hunter Lab55.911639.442718.2615
CIE-Lab62.727444.502822.6436

#e97572 color RGB value is (233,117,114).

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

The process color (four color CMYK) of #e97572 color hex is 0.00, 0.50, 0.51, 0.09. Web safe color of #e97572 is #ff6666. Color #e97572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110101 01110010
Octal 351 165 162
Decimal 233 117 114
Hex E9 75 72

RGB Percentages of Color #e97572

%50.22
%25.22
%24.57

CMYK Percentages of Color #e97572

%0
%50
%51
%9

Triadic Colors of #e97572

#e97572 #72e975 #7572e9

Analogous Colors of #e97572

#e97572 #e9b172 #e972ab

Monochromatic Colors of #e97572

#e97572

Complementary Color

#e97572 #72e6e9

#e97572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97572 Color CSS Codes

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

#e97572 Text Font Color

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

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


#e97572 Background Color

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

This div background color is #e97572


#e97572 Border Color

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

This div border color is #e97572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97572


Comments

No comments written yet.

Please login to write comment.