Color Hex Logo

#b8489a Color Hex

#B8489A
(184,72,154)
0 Favorites   0 Comments

Color spaces of #b8489a

RGB 18472154
HSL0.880.440.50
HSV316°61°72°
CMYK 0.000.610.16   0.28
XYZ27.917317.158232.4123
Yxy17.15820.36030.2214
Hunter Lab41.422547.8135-17.3976
CIE-Lab48.458854.5253-22.4048

#b8489a color RGB value is (184,72,154).

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

The process color (four color CMYK) of #b8489a color hex is 0.00, 0.61, 0.16, 0.28. Web safe color of #b8489a is #cc3399. Color #b8489a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001000 10011010
Octal 270 110 232
Decimal 184 72 154
Hex B8 48 9A

RGB Percentages of Color #b8489a

%44.88
%17.56
%37.56

CMYK Percentages of Color #b8489a

%0
%61
%16
%28

Triadic Colors of #b8489a

#b8489a #9ab848 #489ab8

Analogous Colors of #b8489a

#b8489a #b84862 #9e48b8

Monochromatic Colors of #b8489a

#b8489a

Complementary Color

#b8489a #48b866

#b8489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8489a Color CSS Codes

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

#b8489a Text Font Color

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

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


#b8489a Background Color

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

This div background color is #b8489a


#b8489a Border Color

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

This div border color is #b8489a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8489a


Comments

No comments written yet.

Please login to write comment.