Color Hex Logo

#b5489a Color Hex

#B5489A
(181,72,154)
0 Favorites   0 Comments

Color spaces of #b5489a

RGB 18172154
HSL0.870.430.50
HSV315°60°71°
CMYK 0.000.600.15   0.29
XYZ27.206216.791632.3790
Yxy16.79160.35620.2199
Hunter Lab40.977646.8007-18.1646
CIE-Lab47.996453.6721-23.1563

#b5489a color RGB value is (181,72,154).

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

The process color (four color CMYK) of #b5489a color hex is 0.00, 0.60, 0.15, 0.29. Web safe color of #b5489a is #cc3399. Color #b5489a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001000 10011010
Octal 265 110 232
Decimal 181 72 154
Hex B5 48 9A

RGB Percentages of Color #b5489a

%44.47
%17.69
%37.84

CMYK Percentages of Color #b5489a

%0
%60
%15
%29

Triadic Colors of #b5489a

#b5489a #9ab548 #489ab5

Analogous Colors of #b5489a

#b5489a #b54864 #9a48b5

Monochromatic Colors of #b5489a

#b5489a

Complementary Color

#b5489a #48b563

#b5489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5489a Color CSS Codes

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

#b5489a Text Font Color

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

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


#b5489a Background Color

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

This div background color is #b5489a


#b5489a Border Color

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

This div border color is #b5489a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5489a


Comments

No comments written yet.

Please login to write comment.