Color Hex Logo

#bb55eb Color Hex

#BB55EB
(187,85,235)
0 Favorites   0 Comments

Color spaces of #bb55eb

RGB 18785235
HSL0.780.790.63
HSV281°64°92°
CMYK 0.200.640.00   0.08
XYZ38.737423.060081.0066
Yxy23.06000.27130.1615
Hunter Lab48.020859.9558-66.4020
CIE-Lab55.134164.0973-58.5795

#bb55eb color RGB value is (187,85,235).

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

The process color (four color CMYK) of #bb55eb color hex is 0.20, 0.64, 0.00, 0.08. Web safe color of #bb55eb is #cc66ff. Color #bb55eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 11101011
Octal 273 125 353
Decimal 187 85 235
Hex BB 55 EB

RGB Percentages of Color #bb55eb

%36.88
%16.77
%46.35

CMYK Percentages of Color #bb55eb

%20
%64
%0
%8

Triadic Colors of #bb55eb

#bb55eb #ebbb55 #55ebbb

Analogous Colors of #bb55eb

#bb55eb #eb55d0 #7055eb

Monochromatic Colors of #bb55eb

#bb55eb

Complementary Color

#bb55eb #85eb55

#bb55eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb55eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb55eb Color CSS Codes

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

#bb55eb Text Font Color

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

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


#bb55eb Background Color

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

This div background color is #bb55eb


#bb55eb Border Color

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

This div border color is #bb55eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb55eb


Comments

No comments written yet.

Please login to write comment.