Color Hex Logo

#bb54bf Color Hex

#BB54BF
(187,84,191)
0 Favorites   0 Comments

Color spaces of #bb54bf

RGB 18784191
HSL0.830.460.54
HSV298°56°75°
CMYK 0.020.560.00   0.25
XYZ33.067820.667051.5365
Yxy20.66700.31410.1963
Hunter Lab45.461050.2822-35.3910
CIE-Lab52.583156.0453-37.6182

#bb54bf color RGB value is (187,84,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 10111111
Octal 273 124 277
Decimal 187 84 191
Hex BB 54 BF

RGB Percentages of Color #bb54bf

%40.48
%18.18
%41.34

CMYK Percentages of Color #bb54bf

%2
%56
%0
%25

Triadic Colors of #bb54bf

#bb54bf #bfbb54 #54bfbb

Analogous Colors of #bb54bf

#bb54bf #bf548e #8654bf

Monochromatic Colors of #bb54bf

#bb54bf

Complementary Color

#bb54bf #58bf54

#bb54bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb54bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb54bf Color CSS Codes

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

#bb54bf Text Font Color

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

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


#bb54bf Background Color

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

This div background color is #bb54bf


#bb54bf Border Color

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

This div border color is #bb54bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb54bf


Comments

No comments written yet.

Please login to write comment.