Color Hex Logo

#bb54dc Color Hex

#BB54DC
(187,84,220)
0 Favorites   0 Comments

Color spaces of #bb54dc

RGB 18784220
HSL0.790.660.60
HSV285°62°86°
CMYK 0.150.620.00   0.14
XYZ36.582122.072870.0425
Yxy22.07280.28420.1715
Hunter Lab46.981756.7703-55.5051
CIE-Lab54.104261.5298-51.7797

#bb54dc color RGB value is (187,84,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 11011100
Octal 273 124 334
Decimal 187 84 220
Hex BB 54 DC

RGB Percentages of Color #bb54dc

%38.09
%17.11
%44.81

CMYK Percentages of Color #bb54dc

%15
%62
%0
%14

Triadic Colors of #bb54dc

#bb54dc #dcbb54 #54dcbb

Analogous Colors of #bb54dc

#bb54dc #dc54b9 #7754dc

Monochromatic Colors of #bb54dc

#bb54dc

Complementary Color

#bb54dc #75dc54

#bb54dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb54dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb54dc Color CSS Codes

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

#bb54dc Text Font Color

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

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


#bb54dc Background Color

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

This div background color is #bb54dc


#bb54dc Border Color

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

This div border color is #bb54dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb54dc


Comments

No comments written yet.

Please login to write comment.