Color Hex Logo

#de716d Color Hex

#DE716D
(222,113,109)
0 Favorites   0 Comments

Color spaces of #de716d

RGB 222113109
HSL0.010.630.65
HSV51°87°
CMYK 0.000.490.51   0.13
XYZ38.789628.444017.9138
Yxy28.44400.45560.3341
Hunter Lab53.332936.492417.4183
CIE-Lab60.287842.049621.9402

#de716d color RGB value is (222,113,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 01101101
Octal 336 161 155
Decimal 222 113 109
Hex DE 71 6D

RGB Percentages of Color #de716d

%50.00
%25.45
%24.55

CMYK Percentages of Color #de716d

%0
%49
%51
%13

Triadic Colors of #de716d

#de716d #6dde71 #716dde

Analogous Colors of #de716d

#de716d #deaa6d #de6da2

Monochromatic Colors of #de716d

#de716d

Complementary Color

#de716d #6ddade

#de716d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de716d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de716d Color CSS Codes

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

#de716d Text Font Color

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

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


#de716d Background Color

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

This div background color is #de716d


#de716d Border Color

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

This div border color is #de716d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de716d


Comments

No comments written yet.

Please login to write comment.