Color Hex Logo

#dc929c Color Hex

#DC929C
(220,146,156)
0 Favorites   0 Comments

Color spaces of #dc929c

RGB 220146156
HSL0.980.510.72
HSV352°34°86°
CMYK 0.000.340.29   0.14
XYZ45.794838.173736.4071
Yxy38.17370.38040.3171
Hunter Lab61.784924.18038.3124
CIE-Lab68.148429.27006.2678

#dc929c color RGB value is (220,146,156).

#dc929c hex color red value is 220, green value is 146 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dc929c hue: 0.98 , saturation: 0.51 and the lightness value of dc929c is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 10011100
Octal 334 222 234
Decimal 220 146 156
Hex DC 92 9C

RGB Percentages of Color #dc929c

%42.15
%27.97
%29.89

CMYK Percentages of Color #dc929c

%0
%34
%29
%14

Triadic Colors of #dc929c

#dc929c #9cdc92 #929cdc

Analogous Colors of #dc929c

#dc929c #dcad92 #dc92c1

Monochromatic Colors of #dc929c

#dc929c

Complementary Color

#dc929c #92dcd2

#dc929c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc929c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc929c Color CSS Codes

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

#dc929c Text Font Color

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

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


#dc929c Background Color

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

This div background color is #dc929c


#dc929c Border Color

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

This div border color is #dc929c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc929c


Comments

No comments written yet.

Please login to write comment.