Color Hex Logo

#bb54ce Color Hex

#BB54CE
(187,84,206)
0 Favorites   0 Comments

Color spaces of #bb54ce

RGB 18784206
HSL0.810.550.57
HSV291°59°81°
CMYK 0.090.590.00   0.19
XYZ34.804421.361760.6813
Yxy21.36170.29790.1828
Hunter Lab46.218753.5343-45.4897
CIE-Lab53.343158.8208-45.0297

#bb54ce color RGB value is (187,84,206).

#bb54ce hex color red value is 187, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb54ce hue: 0.81 , saturation: 0.55 and the lightness value of bb54ce is 0.57.

The process color (four color CMYK) of #bb54ce color hex is 0.09, 0.59, 0.00, 0.19. Web safe color of #bb54ce is #cc66cc. Color #bb54ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 11001110
Octal 273 124 316
Decimal 187 84 206
Hex BB 54 CE

RGB Percentages of Color #bb54ce

%39.20
%17.61
%43.19

CMYK Percentages of Color #bb54ce

%9
%59
%0
%19

Triadic Colors of #bb54ce

#bb54ce #cebb54 #54cebb

Analogous Colors of #bb54ce

#bb54ce #ce54a4 #7e54ce

Monochromatic Colors of #bb54ce

#bb54ce

Complementary Color

#bb54ce #67ce54

#bb54ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb54ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb54ce Color CSS Codes

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

#bb54ce Text Font Color

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

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


#bb54ce Background Color

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

This div background color is #bb54ce


#bb54ce Border Color

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

This div border color is #bb54ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb54ce


Comments

No comments written yet.

Please login to write comment.