Color Hex Logo

#dc99db Color Hex

#DC99DB
(220,153,219)
0 Favorites   0 Comments

Color spaces of #dc99db

RGB 220153219
HSL0.840.490.73
HSV301°30°86°
CMYK 0.000.300.00   0.14
XYZ53.692643.112672.5095
Yxy43.11260.31710.2546
Hunter Lab65.660231.0603-19.5127
CIE-Lab71.631335.6073-23.5641

#dc99db color RGB value is (220,153,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011001 11011011
Octal 334 231 333
Decimal 220 153 219
Hex DC 99 DB

RGB Percentages of Color #dc99db

%37.16
%25.84
%36.99

CMYK Percentages of Color #dc99db

%0
%30
%0
%14

Triadic Colors of #dc99db

#dc99db #dbdc99 #99dbdc

Analogous Colors of #dc99db

#dc99db #dc99ba #bc99dc

Monochromatic Colors of #dc99db

#dc99db

Complementary Color

#dc99db #99dc9a

#dc99db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc99db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc99db Color CSS Codes

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

#dc99db Text Font Color

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

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


#dc99db Background Color

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

This div background color is #dc99db


#dc99db Border Color

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

This div border color is #dc99db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,153,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc99db


Comments

No comments written yet.

Please login to write comment.