Color Hex Logo

#d987bf Color Hex

#D987BF
(217,135,191)
0 Favorites   0 Comments

Color spaces of #d987bf

RGB 217135191
HSL0.890.520.69
HSV319°38°85°
CMYK 0.000.380.12   0.15
XYZ46.683235.841253.7478
Yxy35.84120.34260.2630
Hunter Lab59.867534.4217-11.3221
CIE-Lab66.398439.3318-15.9968

#d987bf color RGB value is (217,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 10111111
Octal 331 207 277
Decimal 217 135 191
Hex D9 87 BF

RGB Percentages of Color #d987bf

%39.96
%24.86
%35.17

CMYK Percentages of Color #d987bf

%0
%38
%12
%15

Triadic Colors of #d987bf

#d987bf #bfd987 #87bfd9

Analogous Colors of #d987bf

#d987bf #d98796 #ca87d9

Monochromatic Colors of #d987bf

#d987bf

Complementary Color

#d987bf #87d9a1

#d987bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987bf Color CSS Codes

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

#d987bf Text Font Color

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

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


#d987bf Background Color

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

This div background color is #d987bf


#d987bf Border Color

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

This div border color is #d987bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987bf


Comments

No comments written yet.

Please login to write comment.