Color Hex Logo

#d087bf Color Hex

#D087BF
(208,135,191)
0 Favorites   0 Comments

Color spaces of #d087bf

RGB 208135191
HSL0.870.440.67
HSV314°35°82°
CMYK 0.000.350.08   0.18
XYZ44.080434.499453.6260
Yxy34.49940.33340.2610
Hunter Lab58.736231.1725-13.0163
CIE-Lab65.357036.3481-17.6727

#d087bf color RGB value is (208,135,191).

#d087bf hex color red value is 208, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d087bf hue: 0.87 , saturation: 0.44 and the lightness value of d087bf is 0.67.

The process color (four color CMYK) of #d087bf color hex is 0.00, 0.35, 0.08, 0.18. Web safe color of #d087bf is #cc99cc. Color #d087bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000111 10111111
Octal 320 207 277
Decimal 208 135 191
Hex D0 87 BF

RGB Percentages of Color #d087bf

%38.95
%25.28
%35.77

CMYK Percentages of Color #d087bf

%0
%35
%8
%18

Triadic Colors of #d087bf

#d087bf #bfd087 #87bfd0

Analogous Colors of #d087bf

#d087bf #d0879b #bd87d0

Monochromatic Colors of #d087bf

#d087bf

Complementary Color

#d087bf #87d098

#d087bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d087bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d087bf Color CSS Codes

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

#d087bf Text Font Color

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

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


#d087bf Background Color

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

This div background color is #d087bf


#d087bf Border Color

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

This div border color is #d087bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d087bf


Comments

No comments written yet.

Please login to write comment.