Color Hex Logo

#bb21db Color Hex

#BB21DB
(187,33,219)
0 Favorites   0 Comments

Color spaces of #bb21db

RGB 18733219
HSL0.800.740.49
HSV290°85°86°
CMYK 0.150.850.00   0.14
XYZ33.823616.767068.4715
Yxy16.76700.28410.1408
Hunter Lab40.947575.7869-70.4801
CIE-Lab47.965178.6095-61.0637

#bb21db color RGB value is (187,33,219).

#bb21db hex color red value is 187, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb21db hue: 0.80 , saturation: 0.74 and the lightness value of bb21db is 0.49.

The process color (four color CMYK) of #bb21db color hex is 0.15, 0.85, 0.00, 0.14. Web safe color of #bb21db is #cc33cc. Color #bb21db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 11011011
Octal 273 41 333
Decimal 187 33 219
Hex BB 21 DB

RGB Percentages of Color #bb21db

%42.60
%7.52
%49.89

CMYK Percentages of Color #bb21db

%15
%85
%0
%14

Triadic Colors of #bb21db

#bb21db #dbbb21 #21dbbb

Analogous Colors of #bb21db

#bb21db #db219e #5e21db

Monochromatic Colors of #bb21db

#bb21db

Complementary Color

#bb21db #41db21

#bb21db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb21db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb21db Color CSS Codes

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

#bb21db Text Font Color

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

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


#bb21db Background Color

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

This div background color is #bb21db


#bb21db Border Color

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

This div border color is #bb21db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb21db


Comments

No comments written yet.

Please login to write comment.