Color Hex Logo

#bf83ff Color Hex

#BF83FF
(191,131,255)
0 Favorites   0 Comments

Color spaces of #bf83ff

RGB 191131255
HSL0.751.000.76
HSV269°49°100°
CMYK 0.250.490.00   0.00
XYZ47.652234.529098.7610
Yxy34.52900.26340.1908
Hunter Lab58.761441.9211-58.5165
CIE-Lab65.380346.4310-53.2890

#bf83ff color RGB value is (191,131,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000011 11111111
Octal 277 203 377
Decimal 191 131 255
Hex BF 83 FF

RGB Percentages of Color #bf83ff

%33.10
%22.70
%44.19

CMYK Percentages of Color #bf83ff

%25
%49
%0
%0

Triadic Colors of #bf83ff

#bf83ff #ffbf83 #83ffbf

Analogous Colors of #bf83ff

#bf83ff #fd83ff #8385ff

Monochromatic Colors of #bf83ff

#bf83ff

Complementary Color

#bf83ff #c3ff83

#bf83ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf83ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf83ff Color CSS Codes

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

#bf83ff Text Font Color

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

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


#bf83ff Background Color

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

This div background color is #bf83ff


#bf83ff Border Color

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

This div border color is #bf83ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf83ff

Related Colors


Comments

No comments written yet.

Please login to write comment.