Color Hex Logo

#d86eab Color Hex

#D86EAB
(216,110,171)
0 Favorites   0 Comments

Color spaces of #d86eab

RGB 216110171
HSL0.900.580.64
HSV325°49°85°
CMYK 0.000.490.21   0.15
XYZ41.245528.691141.8921
Yxy28.69110.36880.2566
Hunter Lab53.564143.7117-8.8755
CIE-Lab60.508048.7677-13.5531

#d86eab color RGB value is (216,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101110 10101011
Octal 330 156 253
Decimal 216 110 171
Hex D8 6E AB

RGB Percentages of Color #d86eab

%43.46
%22.13
%34.41

CMYK Percentages of Color #d86eab

%0
%49
%21
%15

Triadic Colors of #d86eab

#d86eab #abd86e #6eabd8

Analogous Colors of #d86eab

#d86eab #d86e76 #d06ed8

Monochromatic Colors of #d86eab

#d86eab

Complementary Color

#d86eab #6ed89b

#d86eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86eab Color CSS Codes

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

#d86eab Text Font Color

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

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


#d86eab Background Color

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

This div background color is #d86eab


#d86eab Border Color

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

This div border color is #d86eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86eab


Comments

No comments written yet.

Please login to write comment.