Color Hex Logo

#b554ab Color Hex

#B554AB
(181,84,171)
0 Favorites   0 Comments

Color spaces of #b554ab

RGB 18184171
HSL0.850.400.52
HSV306°54°71°
CMYK 0.000.540.06   0.29
XYZ29.577119.104740.6568
Yxy19.10470.33110.2138
Hunter Lab43.708944.2974-24.5536
CIE-Lab50.809550.8533-28.8307

#b554ab color RGB value is (181,84,171).

#b554ab hex color red value is 181, green value is 84 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b554ab hue: 0.85 , saturation: 0.40 and the lightness value of b554ab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 10101011
Octal 265 124 253
Decimal 181 84 171
Hex B5 54 AB

RGB Percentages of Color #b554ab

%41.51
%19.27
%39.22

CMYK Percentages of Color #b554ab

%0
%54
%6
%29

Triadic Colors of #b554ab

#b554ab #abb554 #54abb5

Analogous Colors of #b554ab

#b554ab #b5547b #8f54b5

Monochromatic Colors of #b554ab

#b554ab

Complementary Color

#b554ab #54b55e

#b554ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b554ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b554ab Color CSS Codes

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

#b554ab Text Font Color

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

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


#b554ab Background Color

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

This div background color is #b554ab


#b554ab Border Color

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

This div border color is #b554ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b554ab


Comments

No comments written yet.

Please login to write comment.