Color Hex Logo

#dd66cb Color Hex

#DD66CB
(221,102,203)
0 Favorites   0 Comments

Color spaces of #dd66cb

RGB 221102203
HSL0.860.640.63
HSV309°54°87°
CMYK 0.000.540.08   0.13
XYZ45.349729.186759.7433
Yxy29.18670.33770.2174
Hunter Lab54.024755.2941-27.7486
CIE-Lab60.946059.0407-31.0687

#dd66cb color RGB value is (221,102,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100110 11001011
Octal 335 146 313
Decimal 221 102 203
Hex DD 66 CB

RGB Percentages of Color #dd66cb

%42.02
%19.39
%38.59

CMYK Percentages of Color #dd66cb

%0
%54
%8
%13

Triadic Colors of #dd66cb

#dd66cb #cbdd66 #66cbdd

Analogous Colors of #dd66cb

#dd66cb #dd6690 #b466dd

Monochromatic Colors of #dd66cb

#dd66cb

Complementary Color

#dd66cb #66dd78

#dd66cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd66cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd66cb Color CSS Codes

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

#dd66cb Text Font Color

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

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


#dd66cb Background Color

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

This div background color is #dd66cb


#dd66cb Border Color

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

This div border color is #dd66cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd66cb


Comments

No comments written yet.

Please login to write comment.