Color Hex Logo

#bb51ad Color Hex

#BB51AD
(187,81,173)
0 Favorites   0 Comments

Color spaces of #bb51ad

RGB 18781173
HSL0.860.440.53
HSV308°57°73°
CMYK 0.000.570.07   0.27
XYZ30.978819.466841.6599
Yxy19.46680.33630.2114
Hunter Lab44.121248.1180-25.0977
CIE-Lab51.228954.3154-29.2823

#bb51ad color RGB value is (187,81,173).

#bb51ad hex color red value is 187, green value is 81 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb51ad hue: 0.86 , saturation: 0.44 and the lightness value of bb51ad is 0.53.

The process color (four color CMYK) of #bb51ad color hex is 0.00, 0.57, 0.07, 0.27. Web safe color of #bb51ad is #cc6699. Color #bb51ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 10101101
Octal 273 121 255
Decimal 187 81 173
Hex BB 51 AD

RGB Percentages of Color #bb51ad

%42.40
%18.37
%39.23

CMYK Percentages of Color #bb51ad

%0
%57
%7
%27

Triadic Colors of #bb51ad

#bb51ad #adbb51 #51adbb

Analogous Colors of #bb51ad

#bb51ad #bb5178 #9451bb

Monochromatic Colors of #bb51ad

#bb51ad

Complementary Color

#bb51ad #51bb5f

#bb51ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb51ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb51ad Color CSS Codes

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

#bb51ad Text Font Color

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

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


#bb51ad Background Color

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

This div background color is #bb51ad


#bb51ad Border Color

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

This div border color is #bb51ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb51ad


Comments

No comments written yet.

Please login to write comment.