Color Hex Logo

#bb32db Color Hex

#BB32DB
(187,50,219)
0 Favorites   0 Comments

Color spaces of #bb32db

RGB 18750219
HSL0.800.700.53
HSV289°77°86°
CMYK 0.150.770.00   0.14
XYZ34.420317.960568.6704
Yxy17.96050.28430.1484
Hunter Lab42.379870.8105-66.4050
CIE-Lab49.448274.2885-58.6724

#bb32db color RGB value is (187,50,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 11011011
Octal 273 62 333
Decimal 187 50 219
Hex BB 32 DB

RGB Percentages of Color #bb32db

%41.01
%10.96
%48.03

CMYK Percentages of Color #bb32db

%15
%77
%0
%14

Triadic Colors of #bb32db

#bb32db #dbbb32 #32dbbb

Analogous Colors of #bb32db

#bb32db #db32a7 #6732db

Monochromatic Colors of #bb32db

#bb32db

Complementary Color

#bb32db #52db32

#bb32db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb32db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb32db Color CSS Codes

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

#bb32db Text Font Color

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

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


#bb32db Background Color

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

This div background color is #bb32db


#bb32db Border Color

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

This div border color is #bb32db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb32db


Comments

No comments written yet.

Please login to write comment.