Color Hex Logo

#b54caa Color Hex

#B54CAA
(181,76,170)
0 Favorites   0 Comments

Color spaces of #b54caa

RGB 18176170
HSL0.850.420.50
HSV306°58°71°
CMYK 0.000.580.06   0.29
XYZ28.896217.894939.9613
Yxy17.89490.33310.2063
Hunter Lab42.302447.9019-26.3972
CIE-Lab49.368454.4447-30.4893

#b54caa color RGB value is (181,76,170).

#b54caa hex color red value is 181, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b54caa hue: 0.85 , saturation: 0.42 and the lightness value of b54caa is 0.50.

The process color (four color CMYK) of #b54caa color hex is 0.00, 0.58, 0.06, 0.29. Web safe color of #b54caa is #cc3399. Color #b54caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001100 10101010
Octal 265 114 252
Decimal 181 76 170
Hex B5 4C AA

RGB Percentages of Color #b54caa

%42.39
%17.80
%39.81

CMYK Percentages of Color #b54caa

%0
%58
%6
%29

Triadic Colors of #b54caa

#b54caa #aab54c #4caab5

Analogous Colors of #b54caa

#b54caa #b54c76 #8c4cb5

Monochromatic Colors of #b54caa

#b54caa

Complementary Color

#b54caa #4cb557

#b54caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54caa Color CSS Codes

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

#b54caa Text Font Color

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

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


#b54caa Background Color

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

This div background color is #b54caa


#b54caa Border Color

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

This div border color is #b54caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,76,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b54caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b54caa;
  -webkit-box-shadow: 1px 1px 3px 2px #b54caa;
  box-shadow:         1px 1px 3px 2px #b54caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,76,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54caa


Comments

No comments written yet.

Please login to write comment.