Color Hex Logo

#bb518c Color Hex

#BB518C
(187,81,140)
0 Favorites   0 Comments

Color spaces of #bb518c

RGB 18781140
HSL0.910.440.53
HSV327°57°73°
CMYK 0.000.570.25   0.27
XYZ28.169618.343126.8668
Yxy18.34310.38390.2500
Hunter Lab42.828842.4534-7.2128
CIE-Lab49.909649.2698-11.8063

#bb518c color RGB value is (187,81,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 10001100
Octal 273 121 214
Decimal 187 81 140
Hex BB 51 8C

RGB Percentages of Color #bb518c

%45.83
%19.85
%34.31

CMYK Percentages of Color #bb518c

%0
%57
%25
%27

Triadic Colors of #bb518c

#bb518c #8cbb51 #518cbb

Analogous Colors of #bb518c

#bb518c #bb5157 #b551bb

Monochromatic Colors of #bb518c

#bb518c

Complementary Color

#bb518c #51bb80

#bb518c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb518c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb518c Color CSS Codes

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

#bb518c Text Font Color

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

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


#bb518c Background Color

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

This div background color is #bb518c


#bb518c Border Color

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

This div border color is #bb518c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb518c


Comments

No comments written yet.

Please login to write comment.