Color Hex Logo

#de716c Color Hex

#DE716C
(222,113,108)
0 Favorites   0 Comments

Color spaces of #de716c

RGB 222113108
HSL0.010.630.65
HSV51°87°
CMYK 0.000.490.51   0.13
XYZ38.736128.422617.6318
Yxy28.42260.45680.3352
Hunter Lab53.312936.397217.7104
CIE-Lab60.268641.961522.4853

#de716c color RGB value is (222,113,108).

#de716c hex color red value is 222, green value is 113 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #de716c hue: 0.01 , saturation: 0.63 and the lightness value of de716c is 0.65.

The process color (four color CMYK) of #de716c color hex is 0.00, 0.49, 0.51, 0.13. Web safe color of #de716c is #cc6666. Color #de716c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 01101100
Octal 336 161 154
Decimal 222 113 108
Hex DE 71 6C

RGB Percentages of Color #de716c

%50.11
%25.51
%24.38

CMYK Percentages of Color #de716c

%0
%49
%51
%13

Triadic Colors of #de716c

#de716c #6cde71 #716cde

Analogous Colors of #de716c

#de716c #deaa6c #de6ca0

Monochromatic Colors of #de716c

#de716c

Complementary Color

#de716c #6cd9de

#de716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de716c Color CSS Codes

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

#de716c Text Font Color

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

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


#de716c Background Color

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

This div background color is #de716c


#de716c Border Color

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

This div border color is #de716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de716c


Comments

No comments written yet.

Please login to write comment.