Color Hex Logo

#dd819c Color Hex

#DD819C
(221,129,156)
0 Favorites   0 Comments

Color spaces of #dd819c

RGB 221129156
HSL0.950.580.69
HSV342°42°87°
CMYK 0.000.420.29   0.13
XYZ43.669833.473035.6118
Yxy33.47300.38730.2969
Hunter Lab57.855933.48474.0045
CIE-Lab64.542138.65541.0682

#dd819c color RGB value is (221,129,156).

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

The process color (four color CMYK) of #dd819c color hex is 0.00, 0.42, 0.29, 0.13. Web safe color of #dd819c is #cc9999. Color #dd819c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 10011100
Octal 335 201 234
Decimal 221 129 156
Hex DD 81 9C

RGB Percentages of Color #dd819c

%43.68
%25.49
%30.83

CMYK Percentages of Color #dd819c

%0
%42
%29
%13

Triadic Colors of #dd819c

#dd819c #9cdd81 #819cdd

Analogous Colors of #dd819c

#dd819c #dd9481 #dd81ca

Monochromatic Colors of #dd819c

#dd819c

Complementary Color

#dd819c #81ddc2

#dd819c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd819c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd819c Color CSS Codes

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

#dd819c Text Font Color

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

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


#dd819c Background Color

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

This div background color is #dd819c


#dd819c Border Color

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

This div border color is #dd819c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd819c


Comments

No comments written yet.

Please login to write comment.