Color Hex Logo

#dd869c Color Hex

#DD869C
(221,134,156)
0 Favorites   0 Comments

Color spaces of #dd869c

RGB 221134156
HSL0.960.560.70
HSV345°39°87°
CMYK 0.000.390.29   0.13
XYZ44.344634.822635.8367
Yxy34.82260.38560.3028
Hunter Lab59.010730.86825.3011
CIE-Lab65.610336.02812.6205

#dd869c color RGB value is (221,134,156).

#dd869c hex color red value is 221, green value is 134 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dd869c hue: 0.96 , saturation: 0.56 and the lightness value of dd869c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 10011100
Octal 335 206 234
Decimal 221 134 156
Hex DD 86 9C

RGB Percentages of Color #dd869c

%43.25
%26.22
%30.53

CMYK Percentages of Color #dd869c

%0
%39
%29
%13

Triadic Colors of #dd869c

#dd869c #9cdd86 #869cdd

Analogous Colors of #dd869c

#dd869c #dd9c86 #dd86c8

Monochromatic Colors of #dd869c

#dd869c

Complementary Color

#dd869c #86ddc7

#dd869c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd869c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd869c Color CSS Codes

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

#dd869c Text Font Color

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

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


#dd869c Background Color

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

This div background color is #dd869c


#dd869c Border Color

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

This div border color is #dd869c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd869c

#dd869c Color Palettes


Comments

No comments written yet.

Please login to write comment.