Color Hex Logo

#dc829f Color Hex

#DC829F
(220,130,159)
0 Favorites   0 Comments

Color spaces of #dc829f

RGB 220130159
HSL0.950.560.69
HSV341°41°86°
CMYK 0.000.410.28   0.14
XYZ43.755833.684136.9964
Yxy33.68410.38240.2943
Hunter Lab58.038033.00762.8321
CIE-Lab64.711038.1802-0.4037

#dc829f color RGB value is (220,130,159).

#dc829f hex color red value is 220, green value is 130 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dc829f hue: 0.95 , saturation: 0.56 and the lightness value of dc829f is 0.69.

The process color (four color CMYK) of #dc829f color hex is 0.00, 0.41, 0.28, 0.14. Web safe color of #dc829f is #cc9999. Color #dc829f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 10011111
Octal 334 202 237
Decimal 220 130 159
Hex DC 82 9F

RGB Percentages of Color #dc829f

%43.22
%25.54
%31.24

CMYK Percentages of Color #dc829f

%0
%41
%28
%14

Triadic Colors of #dc829f

#dc829f #9fdc82 #829fdc

Analogous Colors of #dc829f

#dc829f #dc9282 #dc82cc

Monochromatic Colors of #dc829f

#dc829f

Complementary Color

#dc829f #82dcbf

#dc829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc829f Color CSS Codes

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

#dc829f Text Font Color

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

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


#dc829f Background Color

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

This div background color is #dc829f


#dc829f Border Color

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

This div border color is #dc829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc829f


Comments

No comments written yet.

Please login to write comment.