Color Hex Logo

#b52187 Color Hex

#B52187
(181,33,135)
0 Favorites   0 Comments

Color spaces of #b52187

RGB 18133135
HSL0.890.690.42
HSV319°82°71°
CMYK 0.000.820.25   0.29
XYZ23.973112.660724.1019
Yxy12.66070.39470.2085
Hunter Lab35.581957.9951-15.2536
CIE-Lab42.247564.8446-20.5570

#b52187 color RGB value is (181,33,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 10000111
Octal 265 41 207
Decimal 181 33 135
Hex B5 21 87

RGB Percentages of Color #b52187

%51.86
%9.46
%38.68

CMYK Percentages of Color #b52187

%0
%82
%25
%29

Triadic Colors of #b52187

#b52187 #87b521 #2187b5

Analogous Colors of #b52187

#b52187 #b5213d #9921b5

Monochromatic Colors of #b52187

#b52187

Complementary Color

#b52187 #21b54f

#b52187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52187 Color CSS Codes

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

#b52187 Text Font Color

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

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


#b52187 Background Color

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

This div background color is #b52187


#b52187 Border Color

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

This div border color is #b52187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52187


Comments

No comments written yet.

Please login to write comment.