Color Hex Logo

#b55aaa Color Hex

#B55AAA
(181,90,170)
0 Favorites   0 Comments

Color spaces of #b55aaa

RGB 18190170
HSL0.850.380.53
HSV307°50°71°
CMYK 0.000.500.06   0.29
XYZ29.967920.038440.3185
Yxy20.03840.33180.2218
Hunter Lab44.764341.1612-22.0666
CIE-Lab51.880647.7222-26.5833

#b55aaa color RGB value is (181,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011010 10101010
Octal 265 132 252
Decimal 181 90 170
Hex B5 5A AA

RGB Percentages of Color #b55aaa

%41.04
%20.41
%38.55

CMYK Percentages of Color #b55aaa

%0
%50
%6
%29

Triadic Colors of #b55aaa

#b55aaa #aab55a #5aaab5

Analogous Colors of #b55aaa

#b55aaa #b55a7d #935ab5

Monochromatic Colors of #b55aaa

#b55aaa

Complementary Color

#b55aaa #5ab565

#b55aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55aaa Color CSS Codes

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

#b55aaa Text Font Color

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

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


#b55aaa Background Color

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

This div background color is #b55aaa


#b55aaa Border Color

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

This div border color is #b55aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55aaa


Comments

No comments written yet.

Please login to write comment.