Color Hex Logo

#b54cab Color Hex

#B54CAB
(181,76,171)
0 Favorites   0 Comments

Color spaces of #b54cab

RGB 18176171
HSL0.850.420.50
HSV306°58°71°
CMYK 0.000.580.06   0.29
XYZ28.991217.932940.4615
Yxy17.93290.33180.2052
Hunter Lab42.347348.0945-27.0067
CIE-Lab49.414654.6134-31.0046

#b54cab color RGB value is (181,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001100 10101011
Octal 265 114 253
Decimal 181 76 171
Hex B5 4C AB

RGB Percentages of Color #b54cab

%42.29
%17.76
%39.95

CMYK Percentages of Color #b54cab

%0
%58
%6
%29

Triadic Colors of #b54cab

#b54cab #abb54c #4cabb5

Analogous Colors of #b54cab

#b54cab #b54c77 #8b4cb5

Monochromatic Colors of #b54cab

#b54cab

Complementary Color

#b54cab #4cb556

#b54cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54cab Color CSS Codes

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

#b54cab Text Font Color

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

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


#b54cab Background Color

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

This div background color is #b54cab


#b54cab Border Color

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

This div border color is #b54cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54cab


Comments

No comments written yet.

Please login to write comment.