color codes Logo

#d16aad color codes

#D16AAD
(209,106,173)
0 Favorites   0 Comments

Color spaces of #d16aad

RGB 209106173
HSL0.890.530.62
HSV321°49°82°
CMYK 0.000.490.17   0.18
XYZ38.991426.880542.6685
Yxy26.88050.35920.2477
Hunter Lab51.846443.5108-12.5019
CIE-Lab58.863648.8305-17.2815

#d16aad color RGB value is (209,106,173).

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

The process color (four color CMYK) of #d16aad color code is 0.00, 0.49, 0.17, 0.18. Web safe color of #d16aad is #cc6699. Color #d16aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101010 10101101
Octal 321 152 255
Decimal 209 106 173
Hex D1 6A AD

RGB Percentages of Color #d16aad

%42.83
%21.72
%35.45

CMYK Percentages of Color #d16aad

%0
%49
%17
%18

Triadic Colors of #d16aad

#d16aad #add16a #6aadd1

Analogous Colors of #d16aad

#d16aad #d16a7a #c26ad1

Monochromatic Colors of #d16aad

#d16aad

Complementary Color

#d16aad #6ad18e

#d16aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16aad Color CSS Codes

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

#d16aad Text Font Color

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

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


#d16aad Background Color

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

This div background color is #d16aad


#d16aad Border Color

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

This div border color is #d16aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16aad


Comments

No comments written yet.

Please login to write comment.