Color Hex Logo

#bb5acc Color Hex

#BB5ACC
(187,90,204)
0 Favorites   0 Comments

Color spaces of #bb5acc

RGB 18790204
HSL0.810.530.58
HSV291°56°80°
CMYK 0.080.560.00   0.20
XYZ35.048822.236859.5716
Yxy22.23680.29990.1903
Hunter Lab47.155950.1479-41.8913
CIE-Lab54.277455.6291-42.4095

#bb5acc color RGB value is (187,90,204).

#bb5acc hex color red value is 187, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bb5acc hue: 0.81 , saturation: 0.53 and the lightness value of bb5acc is 0.58.

The process color (four color CMYK) of #bb5acc color hex is 0.08, 0.56, 0.00, 0.20. Web safe color of #bb5acc is #cc66cc. Color #bb5acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011010 11001100
Octal 273 132 314
Decimal 187 90 204
Hex BB 5A CC

RGB Percentages of Color #bb5acc

%38.88
%18.71
%42.41

CMYK Percentages of Color #bb5acc

%8
%56
%0
%20

Triadic Colors of #bb5acc

#bb5acc #ccbb5a #5accbb

Analogous Colors of #bb5acc

#bb5acc #cc5aa4 #825acc

Monochromatic Colors of #bb5acc

#bb5acc

Complementary Color

#bb5acc #6bcc5a

#bb5acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5acc Color CSS Codes

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

#bb5acc Text Font Color

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

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


#bb5acc Background Color

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

This div background color is #bb5acc


#bb5acc Border Color

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

This div border color is #bb5acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5acc


Comments

No comments written yet.

Please login to write comment.