Color Hex Logo

#d199db Color Hex

#D199DB
(209,153,219)
0 Favorites   0 Comments

Color spaces of #d199db

RGB 209153219
HSL0.810.480.73
HSV291°30°86°
CMYK 0.050.300.00   0.14
XYZ50.471941.452272.3588
Yxy41.45220.30720.2523
Hunter Lab64.383427.2601-21.5661
CIE-Lab70.491632.0846-25.4081

#d199db color RGB value is (209,153,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 11011011
Octal 321 231 333
Decimal 209 153 219
Hex D1 99 DB

RGB Percentages of Color #d199db

%35.97
%26.33
%37.69

CMYK Percentages of Color #d199db

%5
%30
%0
%14

Triadic Colors of #d199db

#d199db #dbd199 #99dbd1

Analogous Colors of #d199db

#d199db #db99c4 #b099db

Monochromatic Colors of #d199db

#d199db

Complementary Color

#d199db #a3db99

#d199db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d199db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d199db Color CSS Codes

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

#d199db Text Font Color

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

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


#d199db Background Color

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

This div background color is #d199db


#d199db Border Color

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

This div border color is #d199db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d199db


Comments

No comments written yet.

Please login to write comment.