Color Hex Logo

#b8326f Color Hex

#B8326F
(184,50,111)
0 Favorites   0 Comments

Color spaces of #b8326f

RGB 18450111
HSL0.920.570.46
HSV333°73°72°
CMYK 0.000.730.40   0.28
XYZ23.777013.619216.4145
Yxy13.61920.44190.2531
Hunter Lab36.904250.4234-0.5385
CIE-Lab43.681857.7985-3.5439

#b8326f color RGB value is (184,50,111).

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

The process color (four color CMYK) of #b8326f color hex is 0.00, 0.73, 0.40, 0.28. Web safe color of #b8326f is #cc3366. Color #b8326f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110010 01101111
Octal 270 62 157
Decimal 184 50 111
Hex B8 32 6F

RGB Percentages of Color #b8326f

%53.33
%14.49
%32.17

CMYK Percentages of Color #b8326f

%0
%73
%40
%28

Triadic Colors of #b8326f

#b8326f #6fb832 #326fb8

Analogous Colors of #b8326f

#b8326f #b83832 #b832b2

Monochromatic Colors of #b8326f

#b8326f

Complementary Color

#b8326f #32b87b

#b8326f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8326f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8326f Color CSS Codes

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

#b8326f Text Font Color

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

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


#b8326f Background Color

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

This div background color is #b8326f


#b8326f Border Color

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

This div border color is #b8326f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8326f


Comments

No comments written yet.

Please login to write comment.