Color Hex Logo

#bd86df Color Hex

#BD86DF
(189,134,223)
0 Favorites   0 Comments

Color spaces of #bd86df

RGB 189134223
HSL0.770.580.70
HSV277°40°87°
CMYK 0.150.400.00   0.13
XYZ42.830633.196773.9622
Yxy33.19670.28560.2213
Hunter Lab57.616631.8630-35.7788
CIE-Lab64.319937.1258-37.3287

#bd86df color RGB value is (189,134,223).

#bd86df hex color red value is 189, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd86df hue: 0.77 , saturation: 0.58 and the lightness value of bd86df is 0.70.

The process color (four color CMYK) of #bd86df color hex is 0.15, 0.40, 0.00, 0.13. Web safe color of #bd86df is #cc99cc. Color #bd86df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 11011111
Octal 275 206 337
Decimal 189 134 223
Hex BD 86 DF

RGB Percentages of Color #bd86df

%34.62
%24.54
%40.84

CMYK Percentages of Color #bd86df

%15
%40
%0
%13

Triadic Colors of #bd86df

#bd86df #dfbd86 #86dfbd

Analogous Colors of #bd86df

#bd86df #df86d5 #9186df

Monochromatic Colors of #bd86df

#bd86df

Complementary Color

#bd86df #a8df86

#bd86df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd86df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd86df Color CSS Codes

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

#bd86df Text Font Color

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

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


#bd86df Background Color

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

This div background color is #bd86df


#bd86df Border Color

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

This div border color is #bd86df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd86df


Comments

No comments written yet.

Please login to write comment.