Color Hex Logo

#dc715e Color Hex

#DC715E
(220,113,94)
0 Favorites   0 Comments

Color spaces of #dc715e

RGB 22011394
HSL0.030.640.62
HSV57°86°
CMYK 0.000.490.57   0.14
XYZ37.440727.834113.9888
Yxy27.83410.47240.3512
Hunter Lab52.758034.349221.2099
CIE-Lab59.738640.067029.6654

#dc715e color RGB value is (220,113,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110001 01011110
Octal 334 161 136
Decimal 220 113 94
Hex DC 71 5E

RGB Percentages of Color #dc715e

%51.52
%26.46
%22.01

CMYK Percentages of Color #dc715e

%0
%49
%57
%14

Triadic Colors of #dc715e

#dc715e #5edc71 #715edc

Analogous Colors of #dc715e

#dc715e #dcb05e #dc5e8a

Monochromatic Colors of #dc715e

#dc715e

Complementary Color

#dc715e #5ec9dc

#dc715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc715e Color CSS Codes

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

#dc715e Text Font Color

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

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


#dc715e Background Color

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

This div background color is #dc715e


#dc715e Border Color

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

This div border color is #dc715e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc715e


Comments

No comments written yet.

Please login to write comment.