Color Hex Logo

#bb54db Color Hex

#BB54DB
(187,84,219)
0 Favorites   0 Comments

Color spaces of #bb54db

RGB 18784219
HSL0.790.650.59
HSV286°62°86°
CMYK 0.150.620.00   0.14
XYZ36.450022.019969.3470
Yxy22.01990.28520.1723
Hunter Lab46.925456.5332-54.7719
CIE-Lab54.048161.3331-51.3030

#bb54db color RGB value is (187,84,219).

#bb54db hex color red value is 187, green value is 84 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb54db hue: 0.79 , saturation: 0.65 and the lightness value of bb54db is 0.59.

The process color (four color CMYK) of #bb54db color hex is 0.15, 0.62, 0.00, 0.14. Web safe color of #bb54db is #cc66cc. Color #bb54db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 11011011
Octal 273 124 333
Decimal 187 84 219
Hex BB 54 DB

RGB Percentages of Color #bb54db

%38.16
%17.14
%44.69

CMYK Percentages of Color #bb54db

%15
%62
%0
%14

Triadic Colors of #bb54db

#bb54db #dbbb54 #54dbbb

Analogous Colors of #bb54db

#bb54db #db54b8 #7854db

Monochromatic Colors of #bb54db

#bb54db

Complementary Color

#bb54db #74db54

#bb54db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb54db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb54db Color CSS Codes

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

#bb54db Text Font Color

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

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


#bb54db Background Color

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

This div background color is #bb54db


#bb54db Border Color

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

This div border color is #bb54db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb54db


Comments

No comments written yet.

Please login to write comment.