Color Hex Logo

#b9327a Color Hex

#B9327A
(185,50,122)
0 Favorites   0 Comments

Color spaces of #b9327a

RGB 18550122
HSL0.910.570.46
HSV328°73°73°
CMYK 0.000.730.34   0.27
XYZ24.661014.000619.8150
Yxy14.00060.42170.2394
Hunter Lab37.417452.1652-5.2059
CIE-Lab44.233859.2762-9.4864

#b9327a color RGB value is (185,50,122).

#b9327a hex color red value is 185, green value is 50 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b9327a hue: 0.91 , saturation: 0.57 and the lightness value of b9327a is 0.46.

The process color (four color CMYK) of #b9327a color hex is 0.00, 0.73, 0.34, 0.27. Web safe color of #b9327a is #cc3366. Color #b9327a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110010 01111010
Octal 271 62 172
Decimal 185 50 122
Hex B9 32 7A

RGB Percentages of Color #b9327a

%51.82
%14.01
%34.17

CMYK Percentages of Color #b9327a

%0
%73
%34
%27

Triadic Colors of #b9327a

#b9327a #7ab932 #327ab9

Analogous Colors of #b9327a

#b9327a #b93236 #b532b9

Monochromatic Colors of #b9327a

#b9327a

Complementary Color

#b9327a #32b971

#b9327a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9327a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9327a Color CSS Codes

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

#b9327a Text Font Color

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

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


#b9327a Background Color

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

This div background color is #b9327a


#b9327a Border Color

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

This div border color is #b9327a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,50,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9327a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9327a;
  -webkit-box-shadow: 1px 1px 3px 2px #b9327a;
  box-shadow:         1px 1px 3px 2px #b9327a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,50,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9327a


Comments

No comments written yet.

Please login to write comment.