Color Hex Logo

#d986bf Color Hex

#D986BF
(217,134,191)
0 Favorites   0 Comments

Color spaces of #d986bf

RGB 217134191
HSL0.890.520.69
HSV319°38°85°
CMYK 0.000.380.12   0.15
XYZ46.544335.563553.7015
Yxy35.56350.34270.2619
Hunter Lab59.635134.9550-11.6461
CIE-Lab66.185039.8598-16.3192

#d986bf color RGB value is (217,134,191).

#d986bf hex color red value is 217, green value is 134 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d986bf hue: 0.89 , saturation: 0.52 and the lightness value of d986bf is 0.69.

The process color (four color CMYK) of #d986bf color hex is 0.00, 0.38, 0.12, 0.15. Web safe color of #d986bf is #cc99cc. Color #d986bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000110 10111111
Octal 331 206 277
Decimal 217 134 191
Hex D9 86 BF

RGB Percentages of Color #d986bf

%40.04
%24.72
%35.24

CMYK Percentages of Color #d986bf

%0
%38
%12
%15

Triadic Colors of #d986bf

#d986bf #bfd986 #86bfd9

Analogous Colors of #d986bf

#d986bf #d98696 #ca86d9

Monochromatic Colors of #d986bf

#d986bf

Complementary Color

#d986bf #86d9a0

#d986bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d986bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d986bf Color CSS Codes

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

#d986bf Text Font Color

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

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


#d986bf Background Color

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

This div background color is #d986bf


#d986bf Border Color

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

This div border color is #d986bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d986bf


Comments

No comments written yet.

Please login to write comment.