Color Hex Logo

#b52196 Color Hex

#B52196
(181,33,150)
0 Favorites   0 Comments

Color spaces of #b52196

RGB 18133150
HSL0.870.690.42
HSV313°82°71°
CMYK 0.000.820.17   0.29
XYZ25.104913.113530.0621
Yxy13.11350.36770.1921
Hunter Lab36.212660.3758-23.8712
CIE-Lab42.933866.7818-28.6217

#b52196 color RGB value is (181,33,150).

#b52196 hex color red value is 181, green value is 33 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b52196 hue: 0.87 , saturation: 0.69 and the lightness value of b52196 is 0.42.

The process color (four color CMYK) of #b52196 color hex is 0.00, 0.82, 0.17, 0.29. Web safe color of #b52196 is #cc3399. Color #b52196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 10010110
Octal 265 41 226
Decimal 181 33 150
Hex B5 21 96

RGB Percentages of Color #b52196

%49.73
%9.07
%41.21

CMYK Percentages of Color #b52196

%0
%82
%17
%29

Triadic Colors of #b52196

#b52196 #96b521 #2196b5

Analogous Colors of #b52196

#b52196 #b5214c #8a21b5

Monochromatic Colors of #b52196

#b52196

Complementary Color

#b52196 #21b540

#b52196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52196 Color CSS Codes

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

#b52196 Text Font Color

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

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


#b52196 Background Color

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

This div background color is #b52196


#b52196 Border Color

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

This div border color is #b52196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52196


Comments

No comments written yet.

Please login to write comment.