Color Hex Logo

#b52094 Color Hex

#B52094
(181,32,148)
0 Favorites   0 Comments

Color spaces of #b52094

RGB 18132148
HSL0.870.700.42
HSV313°82°71°
CMYK 0.000.820.18   0.29
XYZ24.917912.994929.2119
Yxy12.99490.37120.1936
Hunter Lab36.048460.3005-22.8118
CIE-Lab42.755666.7514-27.6894

#b52094 color RGB value is (181,32,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100000 10010100
Octal 265 40 224
Decimal 181 32 148
Hex B5 20 94

RGB Percentages of Color #b52094

%50.14
%8.86
%41.00

CMYK Percentages of Color #b52094

%0
%82
%18
%29

Triadic Colors of #b52094

#b52094 #94b520 #2094b5

Analogous Colors of #b52094

#b52094 #b52049 #8c20b5

Monochromatic Colors of #b52094

#b52094

Complementary Color

#b52094 #20b541

#b52094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52094 Color CSS Codes

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

#b52094 Text Font Color

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

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


#b52094 Background Color

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

This div background color is #b52094


#b52094 Border Color

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

This div border color is #b52094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52094


Comments

No comments written yet.

Please login to write comment.