Color Hex Logo

#bb82fa Color Hex

#BB82FA
(187,130,250)
0 Favorites   0 Comments

Color spaces of #bb82fa

RGB 187130250
HSL0.750.920.75
HSV269°48°98°
CMYK 0.250.480.00   0.02
XYZ45.731533.432294.4852
Yxy33.43220.26340.1925
Hunter Lab57.820639.9933-56.4120
CIE-Lab64.509344.7751-51.9554

#bb82fa color RGB value is (187,130,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000010 11111010
Octal 273 202 372
Decimal 187 130 250
Hex BB 82 FA

RGB Percentages of Color #bb82fa

%32.98
%22.93
%44.09

CMYK Percentages of Color #bb82fa

%25
%48
%0
%2

Triadic Colors of #bb82fa

#bb82fa #fabb82 #82fabb

Analogous Colors of #bb82fa

#bb82fa #f782fa #8285fa

Monochromatic Colors of #bb82fa

#bb82fa

Complementary Color

#bb82fa #c1fa82

#bb82fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb82fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb82fa Color CSS Codes

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

#bb82fa Text Font Color

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

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


#bb82fa Background Color

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

This div background color is #bb82fa


#bb82fa Border Color

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

This div border color is #bb82fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,130,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb82fa


Comments

No comments written yet.

Please login to write comment.