Color Hex Logo

#bb84fa Color Hex

#BB84FA
(187,132,250)
0 Favorites   0 Comments

Color spaces of #bb84fa

RGB 187132250
HSL0.740.920.75
HSV268°47°98°
CMYK 0.250.470.00   0.02
XYZ46.000133.969594.5748
Yxy33.96950.26350.1946
Hunter Lab58.283438.8851-55.4099
CIE-Lab64.938443.6915-51.2760

#bb84fa color RGB value is (187,132,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 11111010
Octal 273 204 372
Decimal 187 132 250
Hex BB 84 FA

RGB Percentages of Color #bb84fa

%32.86
%23.20
%43.94

CMYK Percentages of Color #bb84fa

%25
%47
%0
%2

Triadic Colors of #bb84fa

#bb84fa #fabb84 #84fabb

Analogous Colors of #bb84fa

#bb84fa #f684fa #8488fa

Monochromatic Colors of #bb84fa

#bb84fa

Complementary Color

#bb84fa #c3fa84

#bb84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb84fa Color CSS Codes

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

#bb84fa Text Font Color

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

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


#bb84fa Background Color

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

This div background color is #bb84fa


#bb84fa Border Color

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

This div border color is #bb84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb84fa


Comments

No comments written yet.

Please login to write comment.