Color Hex Logo

#d686ad Color Hex

#D686AD
(214,134,173)
0 Favorites   0 Comments

Color spaces of #d686ad

RGB 214134173
HSL0.920.490.68
HSV331°37°84°
CMYK 0.000.370.19   0.16
XYZ43.799534.363543.8595
Yxy34.36350.35890.2816
Hunter Lab58.620430.7845-3.3262
CIE-Lab65.250135.9853-7.6196

#d686ad color RGB value is (214,134,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000110 10101101
Octal 326 206 255
Decimal 214 134 173
Hex D6 86 AD

RGB Percentages of Color #d686ad

%41.07
%25.72
%33.21

CMYK Percentages of Color #d686ad

%0
%37
%19
%16

Triadic Colors of #d686ad

#d686ad #add686 #86add6

Analogous Colors of #d686ad

#d686ad #d68786 #d686d5

Monochromatic Colors of #d686ad

#d686ad

Complementary Color

#d686ad #86d6af

#d686ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d686ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d686ad Color CSS Codes

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

#d686ad Text Font Color

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

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


#d686ad Background Color

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

This div background color is #d686ad


#d686ad Border Color

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

This div border color is #d686ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d686ad


Comments

No comments written yet.

Please login to write comment.