Color Hex Logo

#bb32ad Color Hex

#BB32AD
(187,50,173)
0 Favorites   0 Comments

Color spaces of #bb32ad

RGB 18750173
HSL0.850.580.46
HSV306°73°73°
CMYK 0.000.730.07   0.27
XYZ29.176915.863141.0593
Yxy15.86310.33890.1842
Hunter Lab39.828561.0626-33.2422
CIE-Lab46.794466.6247-36.2270

#bb32ad color RGB value is (187,50,173).

#bb32ad hex color red value is 187, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb32ad hue: 0.85 , saturation: 0.58 and the lightness value of bb32ad is 0.46.

The process color (four color CMYK) of #bb32ad color hex is 0.00, 0.73, 0.07, 0.27. Web safe color of #bb32ad is #cc3399. Color #bb32ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 10101101
Octal 273 62 255
Decimal 187 50 173
Hex BB 32 AD

RGB Percentages of Color #bb32ad

%45.61
%12.20
%42.20

CMYK Percentages of Color #bb32ad

%0
%73
%7
%27

Triadic Colors of #bb32ad

#bb32ad #adbb32 #32adbb

Analogous Colors of #bb32ad

#bb32ad #bb3269 #8532bb

Monochromatic Colors of #bb32ad

#bb32ad

Complementary Color

#bb32ad #32bb40

#bb32ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb32ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb32ad Color CSS Codes

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

#bb32ad Text Font Color

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

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


#bb32ad Background Color

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

This div background color is #bb32ad


#bb32ad Border Color

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

This div border color is #bb32ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb32ad


Comments

No comments written yet.

Please login to write comment.