Color Hex Logo

#bb21ec Color Hex

#BB21EC
(187,33,236)
0 Favorites   0 Comments

Color spaces of #bb21ec

RGB 18733236
HSL0.790.840.53
HSV286°86°93°
CMYK 0.210.860.00   0.07
XYZ36.177717.708680.8682
Yxy17.70860.26850.1314
Hunter Lab42.081679.8143-84.4805
CIE-Lab49.140781.5786-68.8095

#bb21ec color RGB value is (187,33,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 11101100
Octal 273 41 354
Decimal 187 33 236
Hex BB 21 EC

RGB Percentages of Color #bb21ec

%41.01
%7.24
%51.75

CMYK Percentages of Color #bb21ec

%21
%86
%0
%7

Triadic Colors of #bb21ec

#bb21ec #ecbb21 #21ecbb

Analogous Colors of #bb21ec

#bb21ec #ec21b8 #5521ec

Monochromatic Colors of #bb21ec

#bb21ec

Complementary Color

#bb21ec #52ec21

#bb21ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb21ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb21ec Color CSS Codes

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

#bb21ec Text Font Color

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

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


#bb21ec Background Color

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

This div background color is #bb21ec


#bb21ec Border Color

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

This div border color is #bb21ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb21ec


Comments

No comments written yet.

Please login to write comment.