Color Hex Logo

#de847f Color Hex

#DE847F
(222,132,127)
0 Favorites   0 Comments

Color spaces of #de847f

RGB 222132127
HSL0.010.590.68
HSV43°87°
CMYK 0.000.410.43   0.13
XYZ42.206233.564424.3327
Yxy33.56440.42160.3353
Hunter Lab57.934828.653515.6525
CIE-Lab64.615333.980417.6232

#de847f color RGB value is (222,132,127).

#de847f hex color red value is 222, green value is 132 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #de847f hue: 0.01 , saturation: 0.59 and the lightness value of de847f is 0.68.

The process color (four color CMYK) of #de847f color hex is 0.00, 0.41, 0.43, 0.13. Web safe color of #de847f is #cc9966. Color #de847f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 01111111
Octal 336 204 177
Decimal 222 132 127
Hex DE 84 7F

RGB Percentages of Color #de847f

%46.15
%27.44
%26.40

CMYK Percentages of Color #de847f

%0
%41
%43
%13

Triadic Colors of #de847f

#de847f #7fde84 #847fde

Analogous Colors of #de847f

#de847f #deb47f #de7faa

Monochromatic Colors of #de847f

#de847f

Complementary Color

#de847f #7fd9de

#de847f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de847f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de847f Color CSS Codes

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

#de847f Text Font Color

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

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


#de847f Background Color

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

This div background color is #de847f


#de847f Border Color

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

This div border color is #de847f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,132,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de847f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de847f;
  -webkit-box-shadow: 1px 1px 3px 2px #de847f;
  box-shadow:         1px 1px 3px 2px #de847f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,132,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de847f


Comments

No comments written yet.

Please login to write comment.