Color Hex Logo

#dd6caa Color Hex

#DD6CAA
(221,108,170)
0 Favorites   0 Comments

Color spaces of #dd6caa

RGB 221108170
HSL0.910.620.65
HSV327°51°87°
CMYK 0.000.510.23   0.13
XYZ42.437128.999641.3910
Yxy28.99960.37610.2570
Hunter Lab53.851346.4259-7.8754
CIE-Lab60.781351.2008-12.4997

#dd6caa color RGB value is (221,108,170).

#dd6caa hex color red value is 221, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dd6caa hue: 0.91 , saturation: 0.62 and the lightness value of dd6caa is 0.65.

The process color (four color CMYK) of #dd6caa color hex is 0.00, 0.51, 0.23, 0.13. Web safe color of #dd6caa is #cc6699. Color #dd6caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101100 10101010
Octal 335 154 252
Decimal 221 108 170
Hex DD 6C AA

RGB Percentages of Color #dd6caa

%44.29
%21.64
%34.07

CMYK Percentages of Color #dd6caa

%0
%51
%23
%13

Triadic Colors of #dd6caa

#dd6caa #aadd6c #6caadd

Analogous Colors of #dd6caa

#dd6caa #dd6c72 #d86cdd

Monochromatic Colors of #dd6caa

#dd6caa

Complementary Color

#dd6caa #6cdd9f

#dd6caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6caa Color CSS Codes

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

#dd6caa Text Font Color

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

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


#dd6caa Background Color

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

This div background color is #dd6caa


#dd6caa Border Color

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

This div border color is #dd6caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,108,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6caa


Comments

No comments written yet.

Please login to write comment.