Color Hex Logo

#de706f Color Hex

#DE706F
(222,112,111)
1 Favorites   0 Comments

Color spaces of #de706f

RGB 222112111
HSL0.000.630.65
HSV50°87°
CMYK 0.000.500.50   0.13
XYZ38.787628.265618.4504
Yxy28.26560.45360.3306
Hunter Lab53.165437.187816.6399
CIE-Lab60.127942.732220.5812

#de706f color RGB value is (222,112,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 01101111
Octal 336 160 157
Decimal 222 112 111
Hex DE 70 6F

RGB Percentages of Color #de706f

%49.89
%25.17
%24.94

CMYK Percentages of Color #de706f

%0
%50
%50
%13

Triadic Colors of #de706f

#de706f #6fde70 #706fde

Analogous Colors of #de706f

#de706f #dea86f #de6fa6

Monochromatic Colors of #de706f

#de706f

Complementary Color

#de706f #6fddde

#de706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de706f Color CSS Codes

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

#de706f Text Font Color

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

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


#de706f Background Color

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

This div background color is #de706f


#de706f Border Color

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

This div border color is #de706f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de706f

#de706f Color Palettes


Comments

No comments written yet.

Please login to write comment.