Color Hex Logo

#d86baa Color Hex

#D86BAA
(216,107,170)
0 Favorites   0 Comments

Color spaces of #d86baa

RGB 216107170
HSL0.900.580.63
HSV325°50°85°
CMYK 0.000.500.21   0.15
XYZ40.832328.016641.2859
Yxy28.01660.37070.2544
Hunter Lab52.930745.0714-9.1946
CIE-Lab59.903750.1041-13.8899

#d86baa color RGB value is (216,107,170).

#d86baa hex color red value is 216, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d86baa hue: 0.90 , saturation: 0.58 and the lightness value of d86baa is 0.63.

The process color (four color CMYK) of #d86baa color hex is 0.00, 0.50, 0.21, 0.15. Web safe color of #d86baa is #cc6699. Color #d86baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101011 10101010
Octal 330 153 252
Decimal 216 107 170
Hex D8 6B AA

RGB Percentages of Color #d86baa

%43.81
%21.70
%34.48

CMYK Percentages of Color #d86baa

%0
%50
%21
%15

Triadic Colors of #d86baa

#d86baa #aad86b #6baad8

Analogous Colors of #d86baa

#d86baa #d86b74 #d06bd8

Monochromatic Colors of #d86baa

#d86baa

Complementary Color

#d86baa #6bd899

#d86baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86baa Color CSS Codes

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

#d86baa Text Font Color

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

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


#d86baa Background Color

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

This div background color is #d86baa


#d86baa Border Color

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

This div border color is #d86baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,107,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d86baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d86baa;
  -webkit-box-shadow: 1px 1px 3px 2px #d86baa;
  box-shadow:         1px 1px 3px 2px #d86baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,107,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86baa


Comments

No comments written yet.

Please login to write comment.