Color Hex Logo

#d086bf Color Hex

#D086BF
(208,134,191)
0 Favorites   0 Comments

Color spaces of #d086bf

RGB 208134191
HSL0.870.440.67
HSV314°36°82°
CMYK 0.000.360.08   0.18
XYZ43.941534.221753.5797
Yxy34.22170.33350.2598
Hunter Lab58.499331.7057-13.3544
CIE-Lab65.138236.8846-18.0046

#d086bf color RGB value is (208,134,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000110 10111111
Octal 320 206 277
Decimal 208 134 191
Hex D0 86 BF

RGB Percentages of Color #d086bf

%39.02
%25.14
%35.83

CMYK Percentages of Color #d086bf

%0
%36
%8
%18

Triadic Colors of #d086bf

#d086bf #bfd086 #86bfd0

Analogous Colors of #d086bf

#d086bf #d0869a #bc86d0

Monochromatic Colors of #d086bf

#d086bf

Complementary Color

#d086bf #86d097

#d086bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d086bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d086bf Color CSS Codes

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

#d086bf Text Font Color

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

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


#d086bf Background Color

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

This div background color is #d086bf


#d086bf Border Color

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

This div border color is #d086bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d086bf


Comments

No comments written yet.

Please login to write comment.