Color Hex Logo

#bb57bf Color Hex

#BB57BF
(187,87,191)
0 Favorites   0 Comments

Color spaces of #bb57bf

RGB 18787191
HSL0.830.450.55
HSV298°54°75°
CMYK 0.020.540.00   0.25
XYZ33.305721.142851.6158
Yxy21.14280.31400.1993
Hunter Lab45.981348.8259-34.3684
CIE-Lab53.105454.6352-36.7975

#bb57bf color RGB value is (187,87,191).

#bb57bf hex color red value is 187, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb57bf hue: 0.83 , saturation: 0.45 and the lightness value of bb57bf is 0.55.

The process color (four color CMYK) of #bb57bf color hex is 0.02, 0.54, 0.00, 0.25. Web safe color of #bb57bf is #cc66cc. Color #bb57bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 10111111
Octal 273 127 277
Decimal 187 87 191
Hex BB 57 BF

RGB Percentages of Color #bb57bf

%40.22
%18.71
%41.08

CMYK Percentages of Color #bb57bf

%2
%54
%0
%25

Triadic Colors of #bb57bf

#bb57bf #bfbb57 #57bfbb

Analogous Colors of #bb57bf

#bb57bf #bf578f #8757bf

Monochromatic Colors of #bb57bf

#bb57bf

Complementary Color

#bb57bf #5bbf57

#bb57bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb57bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb57bf Color CSS Codes

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

#bb57bf Text Font Color

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

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


#bb57bf Background Color

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

This div background color is #bb57bf


#bb57bf Border Color

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

This div border color is #bb57bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb57bf


Comments

No comments written yet.

Please login to write comment.