Color Hex Logo

#d86acb Color Hex

#D86ACB
(216,106,203)
0 Favorites   0 Comments

Color spaces of #d86acb

RGB 216106203
HSL0.850.590.63
HSV307°51°85°
CMYK 0.000.510.06   0.15
XYZ44.252429.218859.8073
Yxy29.21880.33200.2192
Hunter Lab54.054451.5363-27.7620
CIE-Lab60.974255.7422-31.0785

#d86acb color RGB value is (216,106,203).

#d86acb hex color red value is 216, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d86acb hue: 0.85 , saturation: 0.59 and the lightness value of d86acb is 0.63.

The process color (four color CMYK) of #d86acb color hex is 0.00, 0.51, 0.06, 0.15. Web safe color of #d86acb is #cc66cc. Color #d86acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101010 11001011
Octal 330 152 313
Decimal 216 106 203
Hex D8 6A CB

RGB Percentages of Color #d86acb

%41.14
%20.19
%38.67

CMYK Percentages of Color #d86acb

%0
%51
%6
%15

Triadic Colors of #d86acb

#d86acb #cbd86a #6acbd8

Analogous Colors of #d86acb

#d86acb #d86a94 #ae6ad8

Monochromatic Colors of #d86acb

#d86acb

Complementary Color

#d86acb #6ad877

#d86acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86acb Color CSS Codes

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

#d86acb Text Font Color

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

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


#d86acb Background Color

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

This div background color is #d86acb


#d86acb Border Color

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

This div border color is #d86acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86acb


Comments

No comments written yet.

Please login to write comment.