Color Hex Logo

#bb27ec Color Hex

#BB27EC
(187,39,236)
0 Favorites   0 Comments

Color spaces of #bb27ec

RGB 18739236
HSL0.790.840.54
HSV285°83°93°
CMYK 0.210.830.00   0.07
XYZ36.359418.072080.9288
Yxy18.07200.26860.1335
Hunter Lab42.511278.2748-83.1129
CIE-Lab49.583380.2766-68.0917

#bb27ec color RGB value is (187,39,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 11101100
Octal 273 47 354
Decimal 187 39 236
Hex BB 27 EC

RGB Percentages of Color #bb27ec

%40.48
%8.44
%51.08

CMYK Percentages of Color #bb27ec

%21
%83
%0
%7

Triadic Colors of #bb27ec

#bb27ec #ecbb27 #27ecbb

Analogous Colors of #bb27ec

#bb27ec #ec27bb #5927ec

Monochromatic Colors of #bb27ec

#bb27ec

Complementary Color

#bb27ec #58ec27

#bb27ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb27ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb27ec Color CSS Codes

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

#bb27ec Text Font Color

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

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


#bb27ec Background Color

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

This div background color is #bb27ec


#bb27ec Border Color

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

This div border color is #bb27ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb27ec


Comments

No comments written yet.

Please login to write comment.