Color Hex Logo

#b55baa Color Hex

#B55BAA
(181,91,170)
0 Favorites   0 Comments

Color spaces of #b55baa

RGB 18191170
HSL0.850.380.53
HSV307°50°71°
CMYK 0.000.500.06   0.29
XYZ30.052820.208240.3468
Yxy20.20820.33170.2230
Hunter Lab44.953540.6640-21.7466
CIE-Lab52.071847.2191-26.2873

#b55baa color RGB value is (181,91,170).

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

The process color (four color CMYK) of #b55baa color hex is 0.00, 0.50, 0.06, 0.29. Web safe color of #b55baa is #cc6699. Color #b55baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011011 10101010
Octal 265 133 252
Decimal 181 91 170
Hex B5 5B AA

RGB Percentages of Color #b55baa

%40.95
%20.59
%38.46

CMYK Percentages of Color #b55baa

%0
%50
%6
%29

Triadic Colors of #b55baa

#b55baa #aab55b #5baab5

Analogous Colors of #b55baa

#b55baa #b55b7d #935bb5

Monochromatic Colors of #b55baa

#b55baa

Complementary Color

#b55baa #5bb566

#b55baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55baa Color CSS Codes

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

#b55baa Text Font Color

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

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


#b55baa Background Color

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

This div background color is #b55baa


#b55baa Border Color

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

This div border color is #b55baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55baa


Comments

No comments written yet.

Please login to write comment.