Color Hex Logo

#bf87ff Color Hex

#BF87FF
(191,135,255)
0 Favorites   0 Comments

Color spaces of #bf87ff

RGB 191135255
HSL0.741.000.76
HSV268°47°100°
CMYK 0.250.470.00   0.00
XYZ48.199835.624398.9435
Yxy35.62430.26370.1949
Hunter Lab59.686139.6979-56.5066
CIE-Lab66.231944.2762-51.9400

#bf87ff color RGB value is (191,135,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000111 11111111
Octal 277 207 377
Decimal 191 135 255
Hex BF 87 FF

RGB Percentages of Color #bf87ff

%32.87
%23.24
%43.89

CMYK Percentages of Color #bf87ff

%25
%47
%0
%0

Triadic Colors of #bf87ff

#bf87ff #ffbf87 #87ffbf

Analogous Colors of #bf87ff

#bf87ff #fb87ff #878bff

Monochromatic Colors of #bf87ff

#bf87ff

Complementary Color

#bf87ff #c7ff87

#bf87ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf87ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf87ff Color CSS Codes

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

#bf87ff Text Font Color

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

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


#bf87ff Background Color

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

This div background color is #bf87ff


#bf87ff Border Color

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

This div border color is #bf87ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,135,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf87ff

Related Colors


Comments

No comments written yet.

Please login to write comment.