Color Hex Logo

#b52bac Color Hex

#B52BAC
(181,43,172)
0 Favorites   0 Comments

Color spaces of #b52bac

RGB 18143172
HSL0.840.620.44
HSV304°76°71°
CMYK 0.000.760.05   0.29
XYZ27.366314.530140.3919
Yxy14.53010.33260.1766
Hunter Lab38.118461.4433-36.1434
CIE-Lab44.983867.3026-38.5615

#b52bac color RGB value is (181,43,172).

#b52bac hex color red value is 181, green value is 43 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b52bac hue: 0.84 , saturation: 0.62 and the lightness value of b52bac is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101011 10101100
Octal 265 53 254
Decimal 181 43 172
Hex B5 2B AC

RGB Percentages of Color #b52bac

%45.71
%10.86
%43.43

CMYK Percentages of Color #b52bac

%0
%76
%5
%29

Triadic Colors of #b52bac

#b52bac #acb52b #2bacb5

Analogous Colors of #b52bac

#b52bac #b52b67 #792bb5

Monochromatic Colors of #b52bac

#b52bac

Complementary Color

#b52bac #2bb534

#b52bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52bac Color CSS Codes

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

#b52bac Text Font Color

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

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


#b52bac Background Color

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

This div background color is #b52bac


#b52bac Border Color

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

This div border color is #b52bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52bac


Comments

No comments written yet.

Please login to write comment.