Color Hex Logo

#bb52ee Color Hex

#BB52EE
(187,82,238)
0 Favorites   0 Comments

Color spaces of #bb52ee

RGB 18782238
HSL0.780.820.63
HSV280°66°93°
CMYK 0.210.660.00   0.07
XYZ38.943422.772483.2319
Yxy22.77240.26870.1571
Hunter Lab47.720462.1584-70.0067
CIE-Lab54.837166.0333-60.7359

#bb52ee color RGB value is (187,82,238).

#bb52ee hex color red value is 187, green value is 82 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bb52ee hue: 0.78 , saturation: 0.82 and the lightness value of bb52ee is 0.63.

The process color (four color CMYK) of #bb52ee color hex is 0.21, 0.66, 0.00, 0.07. Web safe color of #bb52ee is #cc66ff. Color #bb52ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 11101110
Octal 273 122 356
Decimal 187 82 238
Hex BB 52 EE

RGB Percentages of Color #bb52ee

%36.88
%16.17
%46.94

CMYK Percentages of Color #bb52ee

%21
%66
%0
%7

Triadic Colors of #bb52ee

#bb52ee #eebb52 #52eebb

Analogous Colors of #bb52ee

#bb52ee #ee52d3 #6d52ee

Monochromatic Colors of #bb52ee

#bb52ee

Complementary Color

#bb52ee #85ee52

#bb52ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb52ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb52ee Color CSS Codes

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

#bb52ee Text Font Color

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

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


#bb52ee Background Color

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

This div background color is #bb52ee


#bb52ee Border Color

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

This div border color is #bb52ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb52ee


Comments

No comments written yet.

Please login to write comment.