Color Hex Logo

#bb54ec Color Hex

#BB54EC
(187,84,236)
0 Favorites   0 Comments

Color spaces of #bb54ec

RGB 18784236
HSL0.780.800.63
HSV281°64°93°
CMYK 0.210.640.00   0.07
XYZ38.804222.961681.7437
Yxy22.96160.27040.1600
Hunter Lab47.918360.6923-67.5999
CIE-Lab55.032864.7470-59.3022

#bb54ec color RGB value is (187,84,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 11101100
Octal 273 124 354
Decimal 187 84 236
Hex BB 54 EC

RGB Percentages of Color #bb54ec

%36.88
%16.57
%46.55

CMYK Percentages of Color #bb54ec

%21
%64
%0
%7

Triadic Colors of #bb54ec

#bb54ec #ecbb54 #54ecbb

Analogous Colors of #bb54ec

#bb54ec #ec54d1 #6f54ec

Monochromatic Colors of #bb54ec

#bb54ec

Complementary Color

#bb54ec #85ec54

#bb54ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb54ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb54ec Color CSS Codes

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

#bb54ec Text Font Color

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

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


#bb54ec Background Color

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

This div background color is #bb54ec


#bb54ec Border Color

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

This div border color is #bb54ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb54ec


Comments

No comments written yet.

Please login to write comment.