Color Hex Logo

#d169da Color Hex

#D169DA
(209,105,218)
0 Favorites   0 Comments

Color spaces of #d169da

RGB 209105218
HSL0.820.600.63
HSV295°52°85°
CMYK 0.040.520.00   0.15
XYZ44.001028.720469.5542
Yxy28.72040.30930.2019
Hunter Lab53.591452.7717-39.4362
CIE-Lab60.534156.9043-40.2915

#d169da color RGB value is (209,105,218).

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

The process color (four color CMYK) of #d169da color hex is 0.04, 0.52, 0.00, 0.15. Web safe color of #d169da is #cc66cc. Color #d169da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101001 11011010
Octal 321 151 332
Decimal 209 105 218
Hex D1 69 DA

RGB Percentages of Color #d169da

%39.29
%19.74
%40.98

CMYK Percentages of Color #d169da

%4
%52
%0
%15

Triadic Colors of #d169da

#d169da #dad169 #69dad1

Analogous Colors of #d169da

#d169da #da69ab #9969da

Monochromatic Colors of #d169da

#d169da

Complementary Color

#d169da #72da69

#d169da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d169da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d169da Color CSS Codes

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

#d169da Text Font Color

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

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


#d169da Background Color

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

This div background color is #d169da


#d169da Border Color

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

This div border color is #d169da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,105,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d169da


Comments

No comments written yet.

Please login to write comment.