Color Hex Logo

#bb21df Color Hex

#BB21DF
(187,33,223)
0 Favorites   0 Comments

Color spaces of #bb21df

RGB 18733223
HSL0.800.750.50
HSV289°85°87°
CMYK 0.160.850.00   0.13
XYZ34.356716.980271.2788
Yxy16.98020.28020.1385
Hunter Lab41.207076.7135-73.7133
CIE-Lab48.235179.2977-62.9087

#bb21df color RGB value is (187,33,223).

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

The process color (four color CMYK) of #bb21df color hex is 0.16, 0.85, 0.00, 0.13. Web safe color of #bb21df is #cc33cc. Color #bb21df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 11011111
Octal 273 41 337
Decimal 187 33 223
Hex BB 21 DF

RGB Percentages of Color #bb21df

%42.21
%7.45
%50.34

CMYK Percentages of Color #bb21df

%16
%85
%0
%13

Triadic Colors of #bb21df

#bb21df #dfbb21 #21dfbb

Analogous Colors of #bb21df

#bb21df #df21a4 #5c21df

Monochromatic Colors of #bb21df

#bb21df

Complementary Color

#bb21df #45df21

#bb21df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb21df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb21df Color CSS Codes

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

#bb21df Text Font Color

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

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


#bb21df Background Color

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

This div background color is #bb21df


#bb21df Border Color

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

This div border color is #bb21df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb21df


Comments

No comments written yet.

Please login to write comment.