Color Hex Logo

#bb55bf Color Hex

#BB55BF
(187,85,191)
0 Favorites   0 Comments

Color spaces of #bb55bf

RGB 18785191
HSL0.830.450.54
HSV298°55°75°
CMYK 0.020.550.00   0.25
XYZ33.146020.823451.5625
Yxy20.82340.31410.1973
Hunter Lab45.632749.7991-35.0517
CIE-Lab52.755755.5785-37.3468

#bb55bf color RGB value is (187,85,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 10111111
Octal 273 125 277
Decimal 187 85 191
Hex BB 55 BF

RGB Percentages of Color #bb55bf

%40.39
%18.36
%41.25

CMYK Percentages of Color #bb55bf

%2
%55
%0
%25

Triadic Colors of #bb55bf

#bb55bf #bfbb55 #55bfbb

Analogous Colors of #bb55bf

#bb55bf #bf558e #8655bf

Monochromatic Colors of #bb55bf

#bb55bf

Complementary Color

#bb55bf #59bf55

#bb55bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb55bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb55bf Color CSS Codes

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

#bb55bf Text Font Color

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

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


#bb55bf Background Color

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

This div background color is #bb55bf


#bb55bf Border Color

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

This div border color is #bb55bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb55bf


Comments

No comments written yet.

Please login to write comment.