Color Hex Logo

#b52493 Color Hex

#B52493
(181,36,147)
0 Favorites   0 Comments

Color spaces of #b52493

RGB 18136147
HSL0.870.670.43
HSV314°80°71°
CMYK 0.000.800.19   0.29
XYZ24.953413.192128.8349
Yxy13.19210.37250.1970
Hunter Lab36.320959.0724-21.6452
CIE-Lab43.051365.6287-26.6223

#b52493 color RGB value is (181,36,147).

#b52493 hex color red value is 181, green value is 36 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b52493 hue: 0.87 , saturation: 0.67 and the lightness value of b52493 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100100 10010011
Octal 265 44 223
Decimal 181 36 147
Hex B5 24 93

RGB Percentages of Color #b52493

%49.73
%9.89
%40.38

CMYK Percentages of Color #b52493

%0
%80
%19
%29

Triadic Colors of #b52493

#b52493 #93b524 #2493b5

Analogous Colors of #b52493

#b52493 #b5244a #8f24b5

Monochromatic Colors of #b52493

#b52493

Complementary Color

#b52493 #24b546

#b52493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52493 Color CSS Codes

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

#b52493 Text Font Color

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

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


#b52493 Background Color

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

This div background color is #b52493


#b52493 Border Color

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

This div border color is #b52493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52493


Comments

No comments written yet.

Please login to write comment.