Color Hex Logo

#dc99cc Color Hex

#DC99CC
(220,153,204)
0 Favorites   0 Comments

Color spaces of #dc99cc

RGB 220153204
HSL0.870.490.73
HSV314°30°86°
CMYK 0.000.300.07   0.14
XYZ51.805542.357762.5722
Yxy42.35770.33050.2702
Hunter Lab65.082828.1900-11.4449
CIE-Lab71.116832.9247-16.0774

#dc99cc color RGB value is (220,153,204).

#dc99cc hex color red value is 220, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc99cc hue: 0.87 , saturation: 0.49 and the lightness value of dc99cc is 0.73.

The process color (four color CMYK) of #dc99cc color hex is 0.00, 0.30, 0.07, 0.14. Web safe color of #dc99cc is #cc99cc. Color #dc99cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011001 11001100
Octal 334 231 314
Decimal 220 153 204
Hex DC 99 CC

RGB Percentages of Color #dc99cc

%38.13
%26.52
%35.36

CMYK Percentages of Color #dc99cc

%0
%30
%7
%14

Triadic Colors of #dc99cc

#dc99cc #ccdc99 #99ccdc

Analogous Colors of #dc99cc

#dc99cc #dc99ab #cb99dc

Monochromatic Colors of #dc99cc

#dc99cc

Complementary Color

#dc99cc #99dca9

#dc99cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc99cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc99cc Color CSS Codes

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

#dc99cc Text Font Color

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

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


#dc99cc Background Color

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

This div background color is #dc99cc


#dc99cc Border Color

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

This div border color is #dc99cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,153,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 #dc99cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc99cc


Comments

No comments written yet.

Please login to write comment.