Color Hex Logo

#bb36ec Color Hex

#BB36EC
(187,54,236)
0 Favorites   0 Comments

Color spaces of #bb36ec

RGB 18754236
HSL0.790.830.57
HSV284°77°93°
CMYK 0.210.770.00   0.07
XYZ36.953019.259381.1266
Yxy19.25930.26910.1402
Hunter Lab43.885473.5035-78.8837
CIE-Lab50.989276.1814-65.8153

#bb36ec color RGB value is (187,54,236).

#bb36ec hex color red value is 187, green value is 54 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb36ec hue: 0.79 , saturation: 0.83 and the lightness value of bb36ec is 0.57.

The process color (four color CMYK) of #bb36ec color hex is 0.21, 0.77, 0.00, 0.07. Web safe color of #bb36ec is #cc33ff. Color #bb36ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110110 11101100
Octal 273 66 354
Decimal 187 54 236
Hex BB 36 EC

RGB Percentages of Color #bb36ec

%39.20
%11.32
%49.48

CMYK Percentages of Color #bb36ec

%21
%77
%0
%7

Triadic Colors of #bb36ec

#bb36ec #ecbb36 #36ecbb

Analogous Colors of #bb36ec

#bb36ec #ec36c2 #6036ec

Monochromatic Colors of #bb36ec

#bb36ec

Complementary Color

#bb36ec #67ec36

#bb36ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb36ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb36ec Color CSS Codes

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

#bb36ec Text Font Color

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

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


#bb36ec Background Color

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

This div background color is #bb36ec


#bb36ec Border Color

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

This div border color is #bb36ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,54,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 #bb36ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb36ec


Comments

No comments written yet.

Please login to write comment.