Color Hex Logo

#b52eaa Color Hex

#B52EAA
(181,46,170)
0 Favorites   0 Comments

Color spaces of #b52eaa

RGB 18146170
HSL0.850.590.45
HSV305°75°71°
CMYK 0.000.750.06   0.29
XYZ27.288714.680039.4255
Yxy14.68000.33530.1804
Hunter Lab38.314560.0826-34.1891
CIE-Lab45.192866.0894-37.0458

#b52eaa color RGB value is (181,46,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101110 10101010
Octal 265 56 252
Decimal 181 46 170
Hex B5 2E AA

RGB Percentages of Color #b52eaa

%45.59
%11.59
%42.82

CMYK Percentages of Color #b52eaa

%0
%75
%6
%29

Triadic Colors of #b52eaa

#b52eaa #aab52e #2eaab5

Analogous Colors of #b52eaa

#b52eaa #b52e67 #7d2eb5

Monochromatic Colors of #b52eaa

#b52eaa

Complementary Color

#b52eaa #2eb539

#b52eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52eaa Color CSS Codes

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

#b52eaa Text Font Color

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

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


#b52eaa Background Color

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

This div background color is #b52eaa


#b52eaa Border Color

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

This div border color is #b52eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52eaa


Comments

No comments written yet.

Please login to write comment.