Color Hex Logo

#bd87fd Color Hex

#BD87FD
(189,135,253)
0 Favorites   0 Comments

Color spaces of #bd87fd

RGB 189135253
HSL0.740.970.76
HSV267°47°99°
CMYK 0.250.470.00   0.01
XYZ47.379935.238697.2330
Yxy35.23860.26340.1959
Hunter Lab59.362138.5862-55.5614
CIE-Lab65.934043.2863-51.3307

#bd87fd color RGB value is (189,135,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 11111101
Octal 275 207 375
Decimal 189 135 253
Hex BD 87 FD

RGB Percentages of Color #bd87fd

%32.76
%23.40
%43.85

CMYK Percentages of Color #bd87fd

%25
%47
%0
%1

Triadic Colors of #bd87fd

#bd87fd #fdbd87 #87fdbd

Analogous Colors of #bd87fd

#bd87fd #f887fd #878cfd

Monochromatic Colors of #bd87fd

#bd87fd

Complementary Color

#bd87fd #c7fd87

#bd87fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd87fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd87fd Color CSS Codes

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

#bd87fd Text Font Color

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

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


#bd87fd Background Color

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

This div background color is #bd87fd


#bd87fd Border Color

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

This div border color is #bd87fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd87fd


Comments

No comments written yet.

Please login to write comment.