Color Hex Logo

#dd6ccc Color Hex

#DD6CCC
(221,108,204)
0 Favorites   0 Comments

Color spaces of #dd6ccc

RGB 221108204
HSL0.860.620.65
HSV309°51°87°
CMYK 0.000.510.08   0.13
XYZ46.080430.456960.5768
Yxy30.45690.33610.2221
Hunter Lab55.187852.4644-26.4482
CIE-Lab62.046556.3848-29.9294

#dd6ccc color RGB value is (221,108,204).

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

The process color (four color CMYK) of #dd6ccc color hex is 0.00, 0.51, 0.08, 0.13. Web safe color of #dd6ccc is #cc66cc. Color #dd6ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101100 11001100
Octal 335 154 314
Decimal 221 108 204
Hex DD 6C CC

RGB Percentages of Color #dd6ccc

%41.46
%20.26
%38.27

CMYK Percentages of Color #dd6ccc

%0
%51
%8
%13

Triadic Colors of #dd6ccc

#dd6ccc #ccdd6c #6cccdd

Analogous Colors of #dd6ccc

#dd6ccc #dd6c94 #b66cdd

Monochromatic Colors of #dd6ccc

#dd6ccc

Complementary Color

#dd6ccc #6cdd7d

#dd6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6ccc Color CSS Codes

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

#dd6ccc Text Font Color

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

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


#dd6ccc Background Color

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

This div background color is #dd6ccc


#dd6ccc Border Color

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

This div border color is #dd6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6ccc


Comments

No comments written yet.

Please login to write comment.