Color Hex Logo

#bb32dd Color Hex

#BB32DD
(187,50,221)
0 Favorites   0 Comments

Color spaces of #bb32dd

RGB 18750221
HSL0.800.720.53
HSV288°77°87°
CMYK 0.150.770.00   0.13
XYZ34.685318.066570.0657
Yxy18.06650.28240.1471
Hunter Lab42.504771.2789-67.9817
CIE-Lab49.576774.6469-59.6048

#bb32dd color RGB value is (187,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 11011101
Octal 273 62 335
Decimal 187 50 221
Hex BB 32 DD

RGB Percentages of Color #bb32dd

%40.83
%10.92
%48.25

CMYK Percentages of Color #bb32dd

%15
%77
%0
%13

Triadic Colors of #bb32dd

#bb32dd #ddbb32 #32ddbb

Analogous Colors of #bb32dd

#bb32dd #dd32aa #6632dd

Monochromatic Colors of #bb32dd

#bb32dd

Complementary Color

#bb32dd #54dd32

#bb32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb32dd Color CSS Codes

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

#bb32dd Text Font Color

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

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


#bb32dd Background Color

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

This div background color is #bb32dd


#bb32dd Border Color

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

This div border color is #bb32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb32dd


Comments

No comments written yet.

Please login to write comment.