Color Hex Logo

#bd86fd Color Hex

#BD86FD
(189,134,253)
0 Favorites   0 Comments

Color spaces of #bd86fd

RGB 189134253
HSL0.740.970.76
HSV268°47°99°
CMYK 0.250.470.00   0.01
XYZ47.241034.960997.1868
Yxy34.96090.26330.1949
Hunter Lab59.127739.1417-56.0641
CIE-Lab65.718243.8287-51.6723

#bd86fd color RGB value is (189,134,253).

#bd86fd hex color red value is 189, green value is 134 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bd86fd hue: 0.74 , saturation: 0.97 and the lightness value of bd86fd is 0.76.

The process color (four color CMYK) of #bd86fd color hex is 0.25, 0.47, 0.00, 0.01. Web safe color of #bd86fd is #cc99ff. Color #bd86fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 11111101
Octal 275 206 375
Decimal 189 134 253
Hex BD 86 FD

RGB Percentages of Color #bd86fd

%32.81
%23.26
%43.92

CMYK Percentages of Color #bd86fd

%25
%47
%0
%1

Triadic Colors of #bd86fd

#bd86fd #fdbd86 #86fdbd

Analogous Colors of #bd86fd

#bd86fd #f986fd #868bfd

Monochromatic Colors of #bd86fd

#bd86fd

Complementary Color

#bd86fd #c6fd86

#bd86fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd86fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd86fd Color CSS Codes

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

#bd86fd Text Font Color

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

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


#bd86fd Background Color

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

This div background color is #bd86fd


#bd86fd Border Color

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

This div border color is #bd86fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd86fd

Related Colors


Comments

No comments written yet.

Please login to write comment.