Color Hex Logo

#bb82ff Color Hex

#BB82FF
(187,130,255)
0 Favorites   0 Comments

Color spaces of #bb82ff

RGB 187130255
HSL0.741.000.75
HSV267°49°100°
CMYK 0.270.490.00   0.00
XYZ46.526133.750198.6700
Yxy33.75010.26000.1886
Hunter Lab58.094841.2884-60.0335
CIE-Lab64.763745.9348-54.2926

#bb82ff color RGB value is (187,130,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000010 11111111
Octal 273 202 377
Decimal 187 130 255
Hex BB 82 FF

RGB Percentages of Color #bb82ff

%32.69
%22.73
%44.58

CMYK Percentages of Color #bb82ff

%27
%49
%0
%0

Triadic Colors of #bb82ff

#bb82ff #ffbb82 #82ffbb

Analogous Colors of #bb82ff

#bb82ff #fa82ff #8288ff

Monochromatic Colors of #bb82ff

#bb82ff

Complementary Color

#bb82ff #c6ff82

#bb82ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb82ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb82ff Color CSS Codes

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

#bb82ff Text Font Color

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

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


#bb82ff Background Color

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

This div background color is #bb82ff


#bb82ff Border Color

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

This div border color is #bb82ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb82ff


Comments

No comments written yet.

Please login to write comment.