Color Hex Logo

#dc6c57 Color Hex

#DC6C57
(220,108,87)
0 Favorites   0 Comments

Color spaces of #dc6c57

RGB 22010887
HSL0.030.660.60
HSV60°86°
CMYK 0.000.510.60   0.14
XYZ36.598126.628912.2278
Yxy26.62890.48500.3529
Hunter Lab51.603236.290522.0730
CIE-Lab58.629242.078132.1788

#dc6c57 color RGB value is (220,108,87).

#dc6c57 hex color red value is 220, green value is 108 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dc6c57 hue: 0.03 , saturation: 0.66 and the lightness value of dc6c57 is 0.60.

The process color (four color CMYK) of #dc6c57 color hex is 0.00, 0.51, 0.60, 0.14. Web safe color of #dc6c57 is #cc6666. Color #dc6c57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101100 01010111
Octal 334 154 127
Decimal 220 108 87
Hex DC 6C 57

RGB Percentages of Color #dc6c57

%53.01
%26.02
%20.96

CMYK Percentages of Color #dc6c57

%0
%51
%60
%14

Triadic Colors of #dc6c57

#dc6c57 #57dc6c #6c57dc

Analogous Colors of #dc6c57

#dc6c57 #dcaf57 #dc5785

Monochromatic Colors of #dc6c57

#dc6c57

Complementary Color

#dc6c57 #57c7dc

#dc6c57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6c57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6c57 Color CSS Codes

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

#dc6c57 Text Font Color

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

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


#dc6c57 Background Color

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

This div background color is #dc6c57


#dc6c57 Border Color

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

This div border color is #dc6c57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6c57


Comments

No comments written yet.

Please login to write comment.