Color Hex Logo

#d586ad Color Hex

#D586AD
(213,134,173)
0 Favorites   0 Comments

Color spaces of #d586ad

RGB 213134173
HSL0.920.480.68
HSV330°37°84°
CMYK 0.000.370.19   0.16
XYZ43.508534.213543.8459
Yxy34.21350.35790.2814
Hunter Lab58.492330.4126-3.4992
CIE-Lab65.131735.6384-7.8084

#d586ad color RGB value is (213,134,173).

#d586ad hex color red value is 213, green value is 134 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d586ad hue: 0.92 , saturation: 0.48 and the lightness value of d586ad is 0.68.

The process color (four color CMYK) of #d586ad color hex is 0.00, 0.37, 0.19, 0.16. Web safe color of #d586ad is #cc9999. Color #d586ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000110 10101101
Octal 325 206 255
Decimal 213 134 173
Hex D5 86 AD

RGB Percentages of Color #d586ad

%40.96
%25.77
%33.27

CMYK Percentages of Color #d586ad

%0
%37
%19
%16

Triadic Colors of #d586ad

#d586ad #add586 #86add5

Analogous Colors of #d586ad

#d586ad #d58786 #d586d5

Monochromatic Colors of #d586ad

#d586ad

Complementary Color

#d586ad #86d5ae

#d586ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d586ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d586ad Color CSS Codes

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

#d586ad Text Font Color

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

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


#d586ad Background Color

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

This div background color is #d586ad


#d586ad Border Color

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

This div border color is #d586ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d586ad

#d586ad Color Palettes


Comments

No comments written yet.

Please login to write comment.