Color Hex Logo

#dc735f Color Hex

#DC735F
(220,115,95)
0 Favorites   0 Comments

Color spaces of #dc735f

RGB 22011595
HSL0.030.640.62
HSV10°57°86°
CMYK 0.000.480.57   0.14
XYZ37.711528.303314.3019
Yxy28.30330.46950.3524
Hunter Lab53.200833.428521.3018
CIE-Lab60.161839.124429.6477

#dc735f color RGB value is (220,115,95).

#dc735f hex color red value is 220, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dc735f hue: 0.03 , saturation: 0.64 and the lightness value of dc735f is 0.62.

The process color (four color CMYK) of #dc735f color hex is 0.00, 0.48, 0.57, 0.14. Web safe color of #dc735f is #cc6666. Color #dc735f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 01011111
Octal 334 163 137
Decimal 220 115 95
Hex DC 73 5F

RGB Percentages of Color #dc735f

%51.16
%26.74
%22.09

CMYK Percentages of Color #dc735f

%0
%48
%57
%14

Triadic Colors of #dc735f

#dc735f #5fdc73 #735fdc

Analogous Colors of #dc735f

#dc735f #dcb25f #dc5f8a

Monochromatic Colors of #dc735f

#dc735f

Complementary Color

#dc735f #5fc8dc

#dc735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc735f Color CSS Codes

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

#dc735f Text Font Color

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

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


#dc735f Background Color

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

This div background color is #dc735f


#dc735f Border Color

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

This div border color is #dc735f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,115,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc735f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc735f;
  -webkit-box-shadow: 1px 1px 3px 2px #dc735f;
  box-shadow:         1px 1px 3px 2px #dc735f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,115,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc735f


Comments

No comments written yet.

Please login to write comment.