Color Hex Logo

#dd66cf Color Hex

#DD66CF
(221,102,207)
0 Favorites   0 Comments

Color spaces of #dd66cf

RGB 221102207
HSL0.850.640.63
HSV307°54°87°
CMYK 0.000.540.06   0.13
XYZ45.832629.379962.2867
Yxy29.37990.33330.2137
Hunter Lab54.203256.0785-30.1898
CIE-Lab61.115559.6924-33.0679

#dd66cf color RGB value is (221,102,207).

#dd66cf hex color red value is 221, green value is 102 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd66cf hue: 0.85 , saturation: 0.64 and the lightness value of dd66cf is 0.63.

The process color (four color CMYK) of #dd66cf color hex is 0.00, 0.54, 0.06, 0.13. Web safe color of #dd66cf is #cc66cc. Color #dd66cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100110 11001111
Octal 335 146 317
Decimal 221 102 207
Hex DD 66 CF

RGB Percentages of Color #dd66cf

%41.70
%19.25
%39.06

CMYK Percentages of Color #dd66cf

%0
%54
%6
%13

Triadic Colors of #dd66cf

#dd66cf #cfdd66 #66cfdd

Analogous Colors of #dd66cf

#dd66cf #dd6694 #b066dd

Monochromatic Colors of #dd66cf

#dd66cf

Complementary Color

#dd66cf #66dd74

#dd66cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd66cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd66cf Color CSS Codes

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

#dd66cf Text Font Color

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

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


#dd66cf Background Color

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

This div background color is #dd66cf


#dd66cf Border Color

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

This div border color is #dd66cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd66cf


Comments

No comments written yet.

Please login to write comment.