Color Hex Logo

#bb55ec Color Hex

#BB55EC
(187,85,236)
0 Favorites   0 Comments

Color spaces of #bb55ec

RGB 18785236
HSL0.780.800.63
HSV281°64°93°
CMYK 0.210.640.00   0.07
XYZ38.882323.117981.7698
Yxy23.11790.27040.1608
Hunter Lab48.081160.2078-67.1757
CIE-Lab55.193664.3026-59.0443

#bb55ec color RGB value is (187,85,236).

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

The process color (four color CMYK) of #bb55ec color hex is 0.21, 0.64, 0.00, 0.07. Web safe color of #bb55ec is #cc66ff. Color #bb55ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 11101100
Octal 273 125 354
Decimal 187 85 236
Hex BB 55 EC

RGB Percentages of Color #bb55ec

%36.81
%16.73
%46.46

CMYK Percentages of Color #bb55ec

%21
%64
%0
%7

Triadic Colors of #bb55ec

#bb55ec #ecbb55 #55ecbb

Analogous Colors of #bb55ec

#bb55ec #ec55d2 #7055ec

Monochromatic Colors of #bb55ec

#bb55ec

Complementary Color

#bb55ec #86ec55

#bb55ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb55ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb55ec Color CSS Codes

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

#bb55ec Text Font Color

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

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


#bb55ec Background Color

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

This div background color is #bb55ec


#bb55ec Border Color

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

This div border color is #bb55ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb55ec


Comments

No comments written yet.

Please login to write comment.