Color Hex Logo

#b8309a Color Hex

#B8309A
(184,48,154)
0 Favorites   0 Comments

Color spaces of #b8309a

RGB 18448154
HSL0.870.590.45
HSV313°74°72°
CMYK 0.000.740.16   0.28
XYZ26.656914.637331.9922
Yxy14.63730.36370.1997
Hunter Lab38.258757.4177-22.7976
CIE-Lab45.133463.7798-27.5588

#b8309a color RGB value is (184,48,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110000 10011010
Octal 270 60 232
Decimal 184 48 154
Hex B8 30 9A

RGB Percentages of Color #b8309a

%47.67
%12.44
%39.90

CMYK Percentages of Color #b8309a

%0
%74
%16
%28

Triadic Colors of #b8309a

#b8309a #9ab830 #309ab8

Analogous Colors of #b8309a

#b8309a #b83056 #9230b8

Monochromatic Colors of #b8309a

#b8309a

Complementary Color

#b8309a #30b84e

#b8309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8309a Color CSS Codes

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

#b8309a Text Font Color

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

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


#b8309a Background Color

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

This div background color is #b8309a


#b8309a Border Color

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

This div border color is #b8309a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8309a


Comments

No comments written yet.

Please login to write comment.