Color Hex Logo

#e0967d Color Hex

#E0967D
(224,150,125)
0 Favorites   0 Comments

Color spaces of #e0967d

RGB 224150125
HSL0.040.610.68
HSV15°44°88°
CMYK 0.000.330.44   0.12
XYZ45.348539.140724.5668
Yxy39.14070.41580.3589
Hunter Lab62.562519.901420.5120
CIE-Lab68.853124.955324.5417

#e0967d color RGB value is (224,150,125).

#e0967d hex color red value is 224, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e0967d hue: 0.04 , saturation: 0.61 and the lightness value of e0967d is 0.68.

The process color (four color CMYK) of #e0967d color hex is 0.00, 0.33, 0.44, 0.12. Web safe color of #e0967d is #cc9966. Color #e0967d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010110 01111101
Octal 340 226 175
Decimal 224 150 125
Hex E0 96 7D

RGB Percentages of Color #e0967d

%44.89
%30.06
%25.05

CMYK Percentages of Color #e0967d

%0
%33
%44
%12

Triadic Colors of #e0967d

#e0967d #7de096 #967de0

Analogous Colors of #e0967d

#e0967d #e0c87d #e07d96

Monochromatic Colors of #e0967d

#e0967d

Complementary Color

#e0967d #7dc7e0

#e0967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0967d Color CSS Codes

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

#e0967d Text Font Color

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

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


#e0967d Background Color

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

This div background color is #e0967d


#e0967d Border Color

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

This div border color is #e0967d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,150,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0967d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0967d;
  -webkit-box-shadow: 1px 1px 3px 2px #e0967d;
  box-shadow:         1px 1px 3px 2px #e0967d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,150,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0967d


Comments

No comments written yet.

Please login to write comment.