Color Hex Logo

#b373ac Color Hex

#B373AC
(179,115,172)
0 Favorites   0 Comments

Color spaces of #b373ac

RGB 179115172
HSL0.850.300.58
HSV307°36°70°
CMYK 0.000.360.04   0.30
XYZ32.167524.823742.1258
Yxy24.82370.32450.2504
Hunter Lab49.823428.0541-15.2535
CIE-Lab56.903234.2032-20.0382

#b373ac color RGB value is (179,115,172).

#b373ac hex color red value is 179, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b373ac hue: 0.85 , saturation: 0.30 and the lightness value of b373ac is 0.58.

The process color (four color CMYK) of #b373ac color hex is 0.00, 0.36, 0.04, 0.30. Web safe color of #b373ac is #cc6699. Color #b373ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 10101100
Octal 263 163 254
Decimal 179 115 172
Hex B3 73 AC

RGB Percentages of Color #b373ac

%38.41
%24.68
%36.91

CMYK Percentages of Color #b373ac

%0
%36
%4
%30

Triadic Colors of #b373ac

#b373ac #acb373 #73acb3

Analogous Colors of #b373ac

#b373ac #b3738c #9a73b3

Monochromatic Colors of #b373ac

#b373ac

Complementary Color

#b373ac #73b37a

#b373ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373ac Color CSS Codes

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

#b373ac Text Font Color

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

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


#b373ac Background Color

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

This div background color is #b373ac


#b373ac Border Color

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

This div border color is #b373ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,115,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b373ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b373ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b373ac;
  box-shadow:         1px 1px 3px 2px #b373ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,115,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373ac


Comments

No comments written yet.

Please login to write comment.