Color Hex Logo

#d169db Color Hex

#D169DB
(209,105,219)
0 Favorites   0 Comments

Color spaces of #d169db

RGB 209105219
HSL0.820.610.64
HSV295°52°86°
CMYK 0.050.520.00   0.14
XYZ44.132328.772970.2455
Yxy28.77290.30830.2010
Hunter Lab53.640452.9892-40.0958
CIE-Lab60.580757.0877-40.7799

#d169db color RGB value is (209,105,219).

#d169db hex color red value is 209, green value is 105 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d169db hue: 0.82 , saturation: 0.61 and the lightness value of d169db is 0.64.

The process color (four color CMYK) of #d169db color hex is 0.05, 0.52, 0.00, 0.14. Web safe color of #d169db is #cc66cc. Color #d169db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101001 11011011
Octal 321 151 333
Decimal 209 105 219
Hex D1 69 DB

RGB Percentages of Color #d169db

%39.21
%19.70
%41.09

CMYK Percentages of Color #d169db

%5
%52
%0
%14

Triadic Colors of #d169db

#d169db #dbd169 #69dbd1

Analogous Colors of #d169db

#d169db #db69ac #9869db

Monochromatic Colors of #d169db

#d169db

Complementary Color

#d169db #73db69

#d169db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d169db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d169db Color CSS Codes

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

#d169db Text Font Color

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

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


#d169db Background Color

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

This div background color is #d169db


#d169db Border Color

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

This div border color is #d169db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d169db


Comments

No comments written yet.

Please login to write comment.