Color Hex Logo

#dc979d Color Hex

#DC979D
(220,151,157)
0 Favorites   0 Comments

Color spaces of #dc979d

RGB 220151157
HSL0.990.500.73
HSV355°31°86°
CMYK 0.000.310.29   0.14
XYZ46.667639.783237.1176
Yxy39.78320.37770.3220
Hunter Lab63.073921.69059.2609
CIE-Lab69.314826.71707.3816

#dc979d color RGB value is (220,151,157).

#dc979d hex color red value is 220, green value is 151 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dc979d hue: 0.99 , saturation: 0.50 and the lightness value of dc979d is 0.73.

The process color (four color CMYK) of #dc979d color hex is 0.00, 0.31, 0.29, 0.14. Web safe color of #dc979d is #cc9999. Color #dc979d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 10011101
Octal 334 227 235
Decimal 220 151 157
Hex DC 97 9D

RGB Percentages of Color #dc979d

%41.67
%28.60
%29.73

CMYK Percentages of Color #dc979d

%0
%31
%29
%14

Triadic Colors of #dc979d

#dc979d #9ddc97 #979ddc

Analogous Colors of #dc979d

#dc979d #dcb497 #dc97c0

Monochromatic Colors of #dc979d

#dc979d

Complementary Color

#dc979d #97dcd6

#dc979d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc979d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc979d Color CSS Codes

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

#dc979d Text Font Color

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

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


#dc979d Background Color

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

This div background color is #dc979d


#dc979d Border Color

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

This div border color is #dc979d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc979d


Comments

No comments written yet.

Please login to write comment.