Color Hex Logo

#bf76ff Color Hex

#BF76FF
(191,118,255)
0 Favorites   0 Comments

Color spaces of #bf76ff

RGB 191118255
HSL0.761.000.73
HSV272°54°100°
CMYK 0.250.540.00   0.00
XYZ46.014331.253298.2150
Yxy31.25320.26220.1781
Hunter Lab55.904649.0880-65.0295
CIE-Lab62.720853.2903-57.5170

#bf76ff color RGB value is (191,118,255).

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

The process color (four color CMYK) of #bf76ff color hex is 0.25, 0.54, 0.00, 0.00. Web safe color of #bf76ff is #cc66ff. Color #bf76ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 11111111
Octal 277 166 377
Decimal 191 118 255
Hex BF 76 FF

RGB Percentages of Color #bf76ff

%33.87
%20.92
%45.21

CMYK Percentages of Color #bf76ff

%25
%54
%0
%0

Triadic Colors of #bf76ff

#bf76ff #ffbf76 #76ffbf

Analogous Colors of #bf76ff

#bf76ff #ff76fb #7b76ff

Monochromatic Colors of #bf76ff

#bf76ff

Complementary Color

#bf76ff #b6ff76

#bf76ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf76ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf76ff Color CSS Codes

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

#bf76ff Text Font Color

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

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


#bf76ff Background Color

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

This div background color is #bf76ff


#bf76ff Border Color

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

This div border color is #bf76ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf76ff


Comments

No comments written yet.

Please login to write comment.