Color Hex Logo

#bb508e Color Hex

#BB508E
(187,80,142)
0 Favorites   0 Comments

Color spaces of #bb508e

RGB 18780142
HSL0.900.440.52
HSV325°57°73°
CMYK 0.000.570.24   0.27
XYZ28.244718.255127.6261
Yxy18.25510.38100.2463
Hunter Lab42.726043.2298-8.4280
CIE-Lab49.804150.0208-13.1591

#bb508e color RGB value is (187,80,142).

#bb508e hex color red value is 187, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bb508e hue: 0.90 , saturation: 0.44 and the lightness value of bb508e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010000 10001110
Octal 273 120 216
Decimal 187 80 142
Hex BB 50 8E

RGB Percentages of Color #bb508e

%45.72
%19.56
%34.72

CMYK Percentages of Color #bb508e

%0
%57
%24
%27

Triadic Colors of #bb508e

#bb508e #8ebb50 #508ebb

Analogous Colors of #bb508e

#bb508e #bb5059 #b350bb

Monochromatic Colors of #bb508e

#bb508e

Complementary Color

#bb508e #50bb7d

#bb508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb508e Color CSS Codes

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

#bb508e Text Font Color

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

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


#bb508e Background Color

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

This div background color is #bb508e


#bb508e Border Color

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

This div border color is #bb508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb508e


Comments

No comments written yet.

Please login to write comment.