Color Hex Logo

#d56dad Color Hex

#D56DAD
(213,109,173)
0 Favorites   0 Comments

Color spaces of #d56dad

RGB 213109173
HSL0.900.550.63
HSV323°49°84°
CMYK 0.000.490.19   0.16
XYZ40.452028.100542.8271
Yxy28.10050.36320.2523
Hunter Lab53.009943.4465-10.7939
CIE-Lab59.979448.6029-15.5387

#d56dad color RGB value is (213,109,173).

#d56dad hex color red value is 213, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d56dad hue: 0.90 , saturation: 0.55 and the lightness value of d56dad is 0.63.

The process color (four color CMYK) of #d56dad color hex is 0.00, 0.49, 0.19, 0.16. Web safe color of #d56dad is #cc6699. Color #d56dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101101 10101101
Octal 325 155 255
Decimal 213 109 173
Hex D5 6D AD

RGB Percentages of Color #d56dad

%43.03
%22.02
%34.95

CMYK Percentages of Color #d56dad

%0
%49
%19
%16

Triadic Colors of #d56dad

#d56dad #add56d #6dadd5

Analogous Colors of #d56dad

#d56dad #d56d79 #c96dd5

Monochromatic Colors of #d56dad

#d56dad

Complementary Color

#d56dad #6dd595

#d56dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56dad Color CSS Codes

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

#d56dad Text Font Color

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

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


#d56dad Background Color

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

This div background color is #d56dad


#d56dad Border Color

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

This div border color is #d56dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56dad


Comments

No comments written yet.

Please login to write comment.