Color Hex Logo

#bb52fe Color Hex

#BB52FE
(187,82,254)
0 Favorites   0 Comments

Color spaces of #bb52fe

RGB 18782254
HSL0.770.990.66
HSV277°68°100°
CMYK 0.260.680.00   0.00
XYZ41.400223.755196.1691
Yxy23.75510.25660.1473
Hunter Lab48.739266.3284-82.8698
CIE-Lab55.841869.3537-68.0261

#bb52fe color RGB value is (187,82,254).

#bb52fe hex color red value is 187, green value is 82 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bb52fe hue: 0.77 , saturation: 0.99 and the lightness value of bb52fe is 0.66.

The process color (four color CMYK) of #bb52fe color hex is 0.26, 0.68, 0.00, 0.00. Web safe color of #bb52fe is #cc66ff. Color #bb52fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 11111110
Octal 273 122 376
Decimal 187 82 254
Hex BB 52 FE

RGB Percentages of Color #bb52fe

%35.76
%15.68
%48.57

CMYK Percentages of Color #bb52fe

%26
%68
%0
%0

Triadic Colors of #bb52fe

#bb52fe #febb52 #52febb

Analogous Colors of #bb52fe

#bb52fe #fe52eb #6552fe

Monochromatic Colors of #bb52fe

#bb52fe

Complementary Color

#bb52fe #95fe52

#bb52fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb52fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb52fe Color CSS Codes

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

#bb52fe Text Font Color

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

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


#bb52fe Background Color

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

This div background color is #bb52fe


#bb52fe Border Color

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

This div border color is #bb52fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb52fe

Related Colors


Comments

No comments written yet.

Please login to write comment.