Color Hex Logo

#b8319a Color Hex

#B8319A
(184,49,154)
0 Favorites   0 Comments

Color spaces of #b8319a

RGB 18449154
HSL0.870.580.46
HSV313°73°72°
CMYK 0.000.730.16   0.28
XYZ26.698214.720132.0060
Yxy14.72010.36360.2005
Hunter Lab38.366857.0705-22.6036
CIE-Lab45.248463.4529-27.3795

#b8319a color RGB value is (184,49,154).

#b8319a hex color red value is 184, green value is 49 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b8319a hue: 0.87 , saturation: 0.58 and the lightness value of b8319a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110001 10011010
Octal 270 61 232
Decimal 184 49 154
Hex B8 31 9A

RGB Percentages of Color #b8319a

%47.55
%12.66
%39.79

CMYK Percentages of Color #b8319a

%0
%73
%16
%28

Triadic Colors of #b8319a

#b8319a #9ab831 #319ab8

Analogous Colors of #b8319a

#b8319a #b83157 #9331b8

Monochromatic Colors of #b8319a

#b8319a

Complementary Color

#b8319a #31b84f

#b8319a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8319a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8319a Color CSS Codes

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

#b8319a Text Font Color

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

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


#b8319a Background Color

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

This div background color is #b8319a


#b8319a Border Color

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

This div border color is #b8319a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8319a


Comments

No comments written yet.

Please login to write comment.