Color Hex Logo

#de726f Color Hex

#DE726F
(222,114,111)
0 Favorites   0 Comments

Color spaces of #de726f

RGB 222114111
HSL0.000.630.65
HSV50°87°
CMYK 0.000.490.50   0.13
XYZ39.010828.711918.5248
Yxy28.71190.45230.3329
Hunter Lab53.583536.183617.0108
CIE-Lab60.526541.724221.1198

#de726f color RGB value is (222,114,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 01101111
Octal 336 162 157
Decimal 222 114 111
Hex DE 72 6F

RGB Percentages of Color #de726f

%49.66
%25.50
%24.83

CMYK Percentages of Color #de726f

%0
%49
%50
%13

Triadic Colors of #de726f

#de726f #6fde72 #726fde

Analogous Colors of #de726f

#de726f #deaa6f #de6fa4

Monochromatic Colors of #de726f

#de726f

Complementary Color

#de726f #6fdbde

#de726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de726f Color CSS Codes

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

#de726f Text Font Color

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

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


#de726f Background Color

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

This div background color is #de726f


#de726f Border Color

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

This div border color is #de726f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,114,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 #de726f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de726f


Comments

No comments written yet.

Please login to write comment.