Color Hex Logo

#bb55db Color Hex

#BB55DB
(187,85,219)
0 Favorites   0 Comments

Color spaces of #bb55db

RGB 18785219
HSL0.790.650.60
HSV286°61°86°
CMYK 0.150.610.00   0.14
XYZ36.528222.176369.3730
Yxy22.17630.28520.1731
Hunter Lab47.091756.0487-54.3787
CIE-Lab54.213660.8795-51.0392

#bb55db color RGB value is (187,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 11011011
Octal 273 125 333
Decimal 187 85 219
Hex BB 55 DB

RGB Percentages of Color #bb55db

%38.09
%17.31
%44.60

CMYK Percentages of Color #bb55db

%15
%61
%0
%14

Triadic Colors of #bb55db

#bb55db #dbbb55 #55dbbb

Analogous Colors of #bb55db

#bb55db #db55b8 #7855db

Monochromatic Colors of #bb55db

#bb55db

Complementary Color

#bb55db #75db55

#bb55db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb55db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb55db Color CSS Codes

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

#bb55db Text Font Color

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

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


#bb55db Background Color

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

This div background color is #bb55db


#bb55db Border Color

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

This div border color is #bb55db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb55db


Comments

No comments written yet.

Please login to write comment.