Color Hex Logo

#bb53ec Color Hex

#BB53EC
(187,83,236)
0 Favorites   0 Comments

Color spaces of #bb53ec

RGB 18783236
HSL0.780.800.63
HSV281°65°93°
CMYK 0.210.650.00   0.07
XYZ38.727122.807481.7180
Yxy22.80740.27030.1592
Hunter Lab47.757161.1740-68.0222
CIE-Lab54.873465.1881-59.5579

#bb53ec color RGB value is (187,83,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 11101100
Octal 273 123 354
Decimal 187 83 236
Hex BB 53 EC

RGB Percentages of Color #bb53ec

%36.96
%16.40
%46.64

CMYK Percentages of Color #bb53ec

%21
%65
%0
%7

Triadic Colors of #bb53ec

#bb53ec #ecbb53 #53ecbb

Analogous Colors of #bb53ec

#bb53ec #ec53d1 #6f53ec

Monochromatic Colors of #bb53ec

#bb53ec

Complementary Color

#bb53ec #84ec53

#bb53ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb53ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb53ec Color CSS Codes

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

#bb53ec Text Font Color

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

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


#bb53ec Background Color

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

This div background color is #bb53ec


#bb53ec Border Color

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

This div border color is #bb53ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb53ec


Comments

No comments written yet.

Please login to write comment.