Color Hex Logo

#b52181 Color Hex

#B52181
(181,33,129)
0 Favorites   0 Comments

Color spaces of #b52181

RGB 18133129
HSL0.890.690.42
HSV321°82°71°
CMYK 0.000.820.29   0.29
XYZ23.562412.496421.9391
Yxy12.49640.40630.2155
Hunter Lab35.350257.1147-12.0514
CIE-Lab41.994464.1209-17.2605

#b52181 color RGB value is (181,33,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 10000001
Octal 265 41 201
Decimal 181 33 129
Hex B5 21 81

RGB Percentages of Color #b52181

%52.77
%9.62
%37.61

CMYK Percentages of Color #b52181

%0
%82
%29
%29

Triadic Colors of #b52181

#b52181 #81b521 #2181b5

Analogous Colors of #b52181

#b52181 #b52137 #9f21b5

Monochromatic Colors of #b52181

#b52181

Complementary Color

#b52181 #21b555

#b52181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52181 Color CSS Codes

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

#b52181 Text Font Color

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

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


#b52181 Background Color

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

This div background color is #b52181


#b52181 Border Color

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

This div border color is #b52181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52181


Comments

No comments written yet.

Please login to write comment.