Color Hex Logo

#b53eac Color Hex

#B53EAC
(181,62,172)
0 Favorites   0 Comments

Color spaces of #b53eac

RGB 18162172
HSL0.850.490.48
HSV305°66°71°
CMYK 0.000.660.05   0.29
XYZ28.225116.247640.6782
Yxy16.24760.33150.1908
Hunter Lab40.308354.4516-31.6183
CIE-Lab47.297760.7470-34.9108

#b53eac color RGB value is (181,62,172).

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

The process color (four color CMYK) of #b53eac color hex is 0.00, 0.66, 0.05, 0.29. Web safe color of #b53eac is #cc3399. Color #b53eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111110 10101100
Octal 265 76 254
Decimal 181 62 172
Hex B5 3E AC

RGB Percentages of Color #b53eac

%43.61
%14.94
%41.45

CMYK Percentages of Color #b53eac

%0
%66
%5
%29

Triadic Colors of #b53eac

#b53eac #acb53e #3eacb5

Analogous Colors of #b53eac

#b53eac #b53e71 #833eb5

Monochromatic Colors of #b53eac

#b53eac

Complementary Color

#b53eac #3eb547

#b53eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53eac Color CSS Codes

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

#b53eac Text Font Color

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

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


#b53eac Background Color

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

This div background color is #b53eac


#b53eac Border Color

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

This div border color is #b53eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53eac


Comments

No comments written yet.

Please login to write comment.