Color Hex Logo

#b53cab Color Hex

#B53CAB
(181,60,171)
0 Favorites   0 Comments

Color spaces of #b53cab

RGB 18160171
HSL0.850.500.47
HSV305°67°71°
CMYK 0.000.670.06   0.29
XYZ28.022615.995740.1386
Yxy15.99570.33300.1901
Hunter Lab39.994655.0771-31.5072
CIE-Lab46.968861.3647-34.8379

#b53cab color RGB value is (181,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111100 10101011
Octal 265 74 253
Decimal 181 60 171
Hex B5 3C AB

RGB Percentages of Color #b53cab

%43.93
%14.56
%41.50

CMYK Percentages of Color #b53cab

%0
%67
%6
%29

Triadic Colors of #b53cab

#b53cab #abb53c #3cabb5

Analogous Colors of #b53cab

#b53cab #b53c6f #833cb5

Monochromatic Colors of #b53cab

#b53cab

Complementary Color

#b53cab #3cb546

#b53cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53cab Color CSS Codes

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

#b53cab Text Font Color

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

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


#b53cab Background Color

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

This div background color is #b53cab


#b53cab Border Color

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

This div border color is #b53cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53cab


Comments

No comments written yet.

Please login to write comment.