Color Hex Logo

#d899dc Color Hex

#D899DC
(216,153,220)
0 Favorites   0 Comments

Color spaces of #d899dc

RGB 216153220
HSL0.820.490.73
HSV296°30°86°
CMYK 0.020.300.00   0.14
XYZ52.628442.548773.1490
Yxy42.54870.31270.2528
Hunter Lab65.229429.8661-20.8280
CIE-Lab71.247634.5123-24.7376

#d899dc color RGB value is (216,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011001 11011100
Octal 330 231 334
Decimal 216 153 220
Hex D8 99 DC

RGB Percentages of Color #d899dc

%36.67
%25.98
%37.35

CMYK Percentages of Color #d899dc

%2
%30
%0
%14

Triadic Colors of #d899dc

#d899dc #dcd899 #99dcd8

Analogous Colors of #d899dc

#d899dc #dc99bf #b799dc

Monochromatic Colors of #d899dc

#d899dc

Complementary Color

#d899dc #9ddc99

#d899dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d899dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d899dc Color CSS Codes

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

#d899dc Text Font Color

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

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


#d899dc Background Color

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

This div background color is #d899dc


#d899dc Border Color

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

This div border color is #d899dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d899dc


Comments

No comments written yet.

Please login to write comment.