Color Hex Logo

#bb53ff Color Hex

#BB53FF
(187,83,255)
0 Favorites   0 Comments

Color spaces of #bb53ff

RGB 18783255
HSL0.771.000.66
HSV276°67°100°
CMYK 0.270.670.00   0.00
XYZ41.636823.971397.0402
Yxy23.97130.25600.1474
Hunter Lab48.960566.1184-83.2410
CIE-Lab56.059069.1377-68.2291

#bb53ff color RGB value is (187,83,255).

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

The process color (four color CMYK) of #bb53ff color hex is 0.27, 0.67, 0.00, 0.00. Web safe color of #bb53ff is #cc66ff. Color #bb53ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 11111111
Octal 273 123 377
Decimal 187 83 255
Hex BB 53 FF

RGB Percentages of Color #bb53ff

%35.62
%15.81
%48.57

CMYK Percentages of Color #bb53ff

%27
%67
%0
%0

Triadic Colors of #bb53ff

#bb53ff #ffbb53 #53ffbb

Analogous Colors of #bb53ff

#bb53ff #ff53ed #6553ff

Monochromatic Colors of #bb53ff

#bb53ff

Complementary Color

#bb53ff #97ff53

#bb53ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb53ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb53ff Color CSS Codes

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

#bb53ff Text Font Color

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

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


#bb53ff Background Color

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

This div background color is #bb53ff


#bb53ff Border Color

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

This div border color is #bb53ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb53ff

Related Colors

#bb53ff Color Palettes


Comments

No comments written yet.

Please login to write comment.