Color Hex Logo

#bb84fc Color Hex

#BB84FC
(187,132,252)
0 Favorites   0 Comments

Color spaces of #bb84fc

RGB 187132252
HSL0.740.950.75
HSV268°48°99°
CMYK 0.260.480.00   0.01
XYZ46.315534.095696.2355
Yxy34.09560.26220.1930
Hunter Lab58.391439.3994-56.8424
CIE-Lab65.038444.1555-52.2140

#bb84fc color RGB value is (187,132,252).

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

The process color (four color CMYK) of #bb84fc color hex is 0.26, 0.48, 0.00, 0.01. Web safe color of #bb84fc is #cc99ff. Color #bb84fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 11111100
Octal 273 204 374
Decimal 187 132 252
Hex BB 84 FC

RGB Percentages of Color #bb84fc

%32.75
%23.12
%44.13

CMYK Percentages of Color #bb84fc

%26
%48
%0
%1

Triadic Colors of #bb84fc

#bb84fc #fcbb84 #84fcbb

Analogous Colors of #bb84fc

#bb84fc #f784fc #8489fc

Monochromatic Colors of #bb84fc

#bb84fc

Complementary Color

#bb84fc #c5fc84

#bb84fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb84fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb84fc Color CSS Codes

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

#bb84fc Text Font Color

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

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


#bb84fc Background Color

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

This div background color is #bb84fc


#bb84fc Border Color

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

This div border color is #bb84fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb84fc


Comments

No comments written yet.

Please login to write comment.