Color Hex Logo

#b54baa Color Hex

#B54BAA
(181,75,170)
0 Favorites   0 Comments

Color spaces of #b54baa

RGB 18175170
HSL0.850.420.50
HSV306°59°71°
CMYK 0.000.590.06   0.29
XYZ28.827817.758239.9385
Yxy17.75820.33320.2052
Hunter Lab42.140548.3639-26.6936
CIE-Lab49.201554.8985-30.7498

#b54baa color RGB value is (181,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001011 10101010
Octal 265 113 252
Decimal 181 75 170
Hex B5 4B AA

RGB Percentages of Color #b54baa

%42.49
%17.61
%39.91

CMYK Percentages of Color #b54baa

%0
%59
%6
%29

Triadic Colors of #b54baa

#b54baa #aab54b #4baab5

Analogous Colors of #b54baa

#b54baa #b54b75 #8b4bb5

Monochromatic Colors of #b54baa

#b54baa

Complementary Color

#b54baa #4bb556

#b54baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54baa Color CSS Codes

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

#b54baa Text Font Color

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

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


#b54baa Background Color

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

This div background color is #b54baa


#b54baa Border Color

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

This div border color is #b54baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54baa


Comments

No comments written yet.

Please login to write comment.