Color Hex Logo

#de937c Color Hex

#DE937C
(222,147,124)
0 Favorites   0 Comments

Color spaces of #de937c

RGB 222147124
HSL0.040.600.68
HSV14°44°87°
CMYK 0.000.340.44   0.13
XYZ44.196037.852324.0456
Yxy37.85230.41660.3568
Hunter Lab61.524220.558319.8946
CIE-Lab67.911625.675123.7857

#de937c color RGB value is (222,147,124).

#de937c hex color red value is 222, green value is 147 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #de937c hue: 0.04 , saturation: 0.60 and the lightness value of de937c is 0.68.

The process color (four color CMYK) of #de937c color hex is 0.00, 0.34, 0.44, 0.13. Web safe color of #de937c is #cc9966. Color #de937c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010011 01111100
Octal 336 223 174
Decimal 222 147 124
Hex DE 93 7C

RGB Percentages of Color #de937c

%45.03
%29.82
%25.15

CMYK Percentages of Color #de937c

%0
%34
%44
%13

Triadic Colors of #de937c

#de937c #7cde93 #937cde

Analogous Colors of #de937c

#de937c #dec47c #de7c96

Monochromatic Colors of #de937c

#de937c

Complementary Color

#de937c #7cc7de

#de937c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de937c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de937c Color CSS Codes

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

#de937c Text Font Color

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

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


#de937c Background Color

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

This div background color is #de937c


#de937c Border Color

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

This div border color is #de937c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de937c


Comments

No comments written yet.

Please login to write comment.