Color Hex Logo

#d86fab Color Hex

#D86FAB
(216,111,171)
0 Favorites   0 Comments

Color spaces of #d86fab

RGB 216111171
HSL0.900.570.64
HSV326°49°85°
CMYK 0.000.490.21   0.15
XYZ41.354028.908141.9283
Yxy28.90810.36860.2577
Hunter Lab53.766343.2013-8.5995
CIE-Lab60.700448.2700-13.2632

#d86fab color RGB value is (216,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101111 10101011
Octal 330 157 253
Decimal 216 111 171
Hex D8 6F AB

RGB Percentages of Color #d86fab

%43.37
%22.29
%34.34

CMYK Percentages of Color #d86fab

%0
%49
%21
%15

Triadic Colors of #d86fab

#d86fab #abd86f #6fabd8

Analogous Colors of #d86fab

#d86fab #d86f77 #d16fd8

Monochromatic Colors of #d86fab

#d86fab

Complementary Color

#d86fab #6fd89c

#d86fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86fab Color CSS Codes

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

#d86fab Text Font Color

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

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


#d86fab Background Color

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

This div background color is #d86fab


#d86fab Border Color

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

This div border color is #d86fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86fab


Comments

No comments written yet.

Please login to write comment.