Color Hex Logo

#d169cc Color Hex

#D169CC
(209,105,204)
0 Favorites   0 Comments

Color spaces of #d169cc

RGB 209105204
HSL0.840.530.62
HSV303°50°82°
CMYK 0.000.500.02   0.18
XYZ42.245228.018160.3082
Yxy28.01810.32350.2146
Hunter Lab52.932149.8299-30.4996
CIE-Lab59.905154.4006-33.3779

#d169cc color RGB value is (209,105,204).

#d169cc hex color red value is 209, green value is 105 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d169cc hue: 0.84 , saturation: 0.53 and the lightness value of d169cc is 0.62.

The process color (four color CMYK) of #d169cc color hex is 0.00, 0.50, 0.02, 0.18. Web safe color of #d169cc is #cc66cc. Color #d169cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101001 11001100
Octal 321 151 314
Decimal 209 105 204
Hex D1 69 CC

RGB Percentages of Color #d169cc

%40.35
%20.27
%39.38

CMYK Percentages of Color #d169cc

%0
%50
%2
%18

Triadic Colors of #d169cc

#d169cc #ccd169 #69ccd1

Analogous Colors of #d169cc

#d169cc #d16998 #a269d1

Monochromatic Colors of #d169cc

#d169cc

Complementary Color

#d169cc #69d16e

#d169cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d169cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d169cc Color CSS Codes

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

#d169cc Text Font Color

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

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


#d169cc Background Color

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

This div background color is #d169cc


#d169cc Border Color

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

This div border color is #d169cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d169cc


Comments

No comments written yet.

Please login to write comment.