Color Hex Logo

#b55aac Color Hex

#B55AAC
(181,90,172)
0 Favorites   0 Comments

Color spaces of #b55aac

RGB 18190172
HSL0.850.380.53
HSV306°50°71°
CMYK 0.000.500.05   0.29
XYZ30.158620.114641.3227
Yxy20.11460.32930.2196
Hunter Lab44.849341.5448-23.2334
CIE-Lab51.966548.0721-27.6178

#b55aac color RGB value is (181,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011010 10101100
Octal 265 132 254
Decimal 181 90 172
Hex B5 5A AC

RGB Percentages of Color #b55aac

%40.86
%20.32
%38.83

CMYK Percentages of Color #b55aac

%0
%50
%5
%29

Triadic Colors of #b55aac

#b55aac #acb55a #5aacb5

Analogous Colors of #b55aac

#b55aac #b55a7f #915ab5

Monochromatic Colors of #b55aac

#b55aac

Complementary Color

#b55aac #5ab563

#b55aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55aac Color CSS Codes

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

#b55aac Text Font Color

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

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


#b55aac Background Color

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

This div background color is #b55aac


#b55aac Border Color

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

This div border color is #b55aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55aac


Comments

No comments written yet.

Please login to write comment.