Color Hex Logo

#dc829e Color Hex

#DC829E
(220,130,158)
0 Favorites   0 Comments

Color spaces of #dc829e

RGB 220130158
HSL0.950.560.69
HSV341°41°86°
CMYK 0.000.410.28   0.14
XYZ43.669433.649536.5411
Yxy33.64950.38350.2955
Hunter Lab58.008232.86303.2572
CIE-Lab64.683438.04510.1235

#dc829e color RGB value is (220,130,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 10011110
Octal 334 202 236
Decimal 220 130 158
Hex DC 82 9E

RGB Percentages of Color #dc829e

%43.31
%25.59
%31.10

CMYK Percentages of Color #dc829e

%0
%41
%28
%14

Triadic Colors of #dc829e

#dc829e #9edc82 #829edc

Analogous Colors of #dc829e

#dc829e #dc9382 #dc82cb

Monochromatic Colors of #dc829e

#dc829e

Complementary Color

#dc829e #82dcc0

#dc829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc829e Color CSS Codes

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

#dc829e Text Font Color

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

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


#dc829e Background Color

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

This div background color is #dc829e


#dc829e Border Color

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

This div border color is #dc829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc829e


Comments

No comments written yet.

Please login to write comment.