Color Hex Logo

#d16cad Color Hex

#D16CAD
(209,108,173)
0 Favorites   0 Comments

Color spaces of #d16cad

RGB 209108173
HSL0.890.520.62
HSV321°48°82°
CMYK 0.000.480.17   0.18
XYZ39.199927.297642.7381
Yxy27.29760.35890.2499
Hunter Lab52.247142.4923-11.9262
CIE-Lab59.248847.8311-16.6969

#d16cad color RGB value is (209,108,173).

#d16cad hex color red value is 209, green value is 108 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d16cad hue: 0.89 , saturation: 0.52 and the lightness value of d16cad is 0.62.

The process color (four color CMYK) of #d16cad color hex is 0.00, 0.48, 0.17, 0.18. Web safe color of #d16cad is #cc6699. Color #d16cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101100 10101101
Octal 321 154 255
Decimal 209 108 173
Hex D1 6C AD

RGB Percentages of Color #d16cad

%42.65
%22.04
%35.31

CMYK Percentages of Color #d16cad

%0
%48
%17
%18

Triadic Colors of #d16cad

#d16cad #add16c #6cadd1

Analogous Colors of #d16cad

#d16cad #d16c7b #c36cd1

Monochromatic Colors of #d16cad

#d16cad

Complementary Color

#d16cad #6cd190

#d16cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16cad Color CSS Codes

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

#d16cad Text Font Color

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

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


#d16cad Background Color

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

This div background color is #d16cad


#d16cad Border Color

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

This div border color is #d16cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16cad


Comments

No comments written yet.

Please login to write comment.