Color Hex Logo

#dd66bc Color Hex

#DD66BC
(221,102,188)
0 Favorites   0 Comments

Color spaces of #dd66bc

RGB 221102188
HSL0.880.640.63
HSV317°54°87°
CMYK 0.000.540.15   0.13
XYZ43.647328.505750.7786
Yxy28.50570.35510.2319
Hunter Lab53.390752.4912-19.0157
CIE-Lab60.342956.6892-23.4714

#dd66bc color RGB value is (221,102,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100110 10111100
Octal 335 146 274
Decimal 221 102 188
Hex DD 66 BC

RGB Percentages of Color #dd66bc

%43.25
%19.96
%36.79

CMYK Percentages of Color #dd66bc

%0
%54
%15
%13

Triadic Colors of #dd66bc

#dd66bc #bcdd66 #66bcdd

Analogous Colors of #dd66bc

#dd66bc #dd6681 #c366dd

Monochromatic Colors of #dd66bc

#dd66bc

Complementary Color

#dd66bc #66dd87

#dd66bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd66bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd66bc Color CSS Codes

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

#dd66bc Text Font Color

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

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


#dd66bc Background Color

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

This div background color is #dd66bc


#dd66bc Border Color

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

This div border color is #dd66bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd66bc


Comments

No comments written yet.

Please login to write comment.