Color Hex Logo

#b52f89 Color Hex

#B52F89
(181,47,137)
0 Favorites   0 Comments

Color spaces of #b52f89

RGB 18147137
HSL0.890.590.45
HSV320°74°71°
CMYK 0.000.740.24   0.29
XYZ24.587913.662925.0082
Yxy13.66290.38870.2160
Hunter Lab36.963454.0517-14.2393
CIE-Lab43.745661.0652-19.4720

#b52f89 color RGB value is (181,47,137).

#b52f89 hex color red value is 181, green value is 47 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b52f89 hue: 0.89 , saturation: 0.59 and the lightness value of b52f89 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 10001001
Octal 265 57 211
Decimal 181 47 137
Hex B5 2F 89

RGB Percentages of Color #b52f89

%49.59
%12.88
%37.53

CMYK Percentages of Color #b52f89

%0
%74
%24
%29

Triadic Colors of #b52f89

#b52f89 #89b52f #2f89b5

Analogous Colors of #b52f89

#b52f89 #b52f46 #9e2fb5

Monochromatic Colors of #b52f89

#b52f89

Complementary Color

#b52f89 #2fb55b

#b52f89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52f89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52f89 Color CSS Codes

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

#b52f89 Text Font Color

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

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


#b52f89 Background Color

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

This div background color is #b52f89


#b52f89 Border Color

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

This div border color is #b52f89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52f89


Comments

No comments written yet.

Please login to write comment.