Color Hex Logo

#d686b2 Color Hex

#D686B2
(214,134,178)
0 Favorites   0 Comments

Color spaces of #d686b2

RGB 214134178
HSL0.910.490.68
HSV327°37°84°
CMYK 0.000.370.17   0.16
XYZ44.292534.560746.4559
Yxy34.56070.35350.2758
Hunter Lab58.788331.6064-5.7005
CIE-Lab65.405236.7603-10.2111

#d686b2 color RGB value is (214,134,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000110 10110010
Octal 326 206 262
Decimal 214 134 178
Hex D6 86 B2

RGB Percentages of Color #d686b2

%40.68
%25.48
%33.84

CMYK Percentages of Color #d686b2

%0
%37
%17
%16

Triadic Colors of #d686b2

#d686b2 #b2d686 #86b2d6

Analogous Colors of #d686b2

#d686b2 #d6868a #d286d6

Monochromatic Colors of #d686b2

#d686b2

Complementary Color

#d686b2 #86d6aa

#d686b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d686b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d686b2 Color CSS Codes

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

#d686b2 Text Font Color

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

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


#d686b2 Background Color

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

This div background color is #d686b2


#d686b2 Border Color

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

This div border color is #d686b2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,134,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d686b2


Comments

No comments written yet.

Please login to write comment.