Color Hex Logo

#dd829f Color Hex

#DD829F
(221,130,159)
0 Favorites   0 Comments

Color spaces of #dd829f

RGB 221130159
HSL0.950.570.69
HSV341°41°87°
CMYK 0.000.410.28   0.13
XYZ44.059433.840637.0106
Yxy33.84060.38340.2945
Hunter Lab58.172733.39192.9994
CIE-Lab64.835838.5332-0.2064

#dd829f color RGB value is (221,130,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 10011111
Octal 335 202 237
Decimal 221 130 159
Hex DD 82 9F

RGB Percentages of Color #dd829f

%43.33
%25.49
%31.18

CMYK Percentages of Color #dd829f

%0
%41
%28
%13

Triadic Colors of #dd829f

#dd829f #9fdd82 #829fdd

Analogous Colors of #dd829f

#dd829f #dd9382 #dd82cd

Monochromatic Colors of #dd829f

#dd829f

Complementary Color

#dd829f #82ddc0

#dd829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd829f Color CSS Codes

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

#dd829f Text Font Color

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

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


#dd829f Background Color

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

This div background color is #dd829f


#dd829f Border Color

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

This div border color is #dd829f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #dd829f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd829f


Comments

No comments written yet.

Please login to write comment.