Color Hex Logo

#b4489a Color Hex

#B4489A
(180,72,154)
0 Favorites   0 Comments

Color spaces of #b4489a

RGB 18072154
HSL0.870.430.49
HSV314°60°71°
CMYK 0.000.600.14   0.29
XYZ26.972516.671132.3681
Yxy16.67110.35480.2193
Hunter Lab40.830346.4643-18.4208
CIE-Lab47.842953.3873-23.4058

#b4489a color RGB value is (180,72,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 10011010
Octal 264 110 232
Decimal 180 72 154
Hex B4 48 9A

RGB Percentages of Color #b4489a

%44.33
%17.73
%37.93

CMYK Percentages of Color #b4489a

%0
%60
%14
%29

Triadic Colors of #b4489a

#b4489a #9ab448 #489ab4

Analogous Colors of #b4489a

#b4489a #b44864 #9848b4

Monochromatic Colors of #b4489a

#b4489a

Complementary Color

#b4489a #48b462

#b4489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4489a Color CSS Codes

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

#b4489a Text Font Color

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

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


#b4489a Background Color

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

This div background color is #b4489a


#b4489a Border Color

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

This div border color is #b4489a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b4489a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4489a


Comments

No comments written yet.

Please login to write comment.