Color Hex Logo

#b373ad Color Hex

#B373AD
(179,115,173)
0 Favorites   0 Comments

Color spaces of #b373ad

RGB 179115173
HSL0.850.300.58
HSV306°36°70°
CMYK 0.000.360.03   0.30
XYZ32.264024.862342.6336
Yxy24.86230.32340.2492
Hunter Lab49.862128.2423-15.7913
CIE-Lab56.941034.3885-20.5564

#b373ad color RGB value is (179,115,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 10101101
Octal 263 163 255
Decimal 179 115 173
Hex B3 73 AD

RGB Percentages of Color #b373ad

%38.33
%24.63
%37.04

CMYK Percentages of Color #b373ad

%0
%36
%3
%30

Triadic Colors of #b373ad

#b373ad #adb373 #73adb3

Analogous Colors of #b373ad

#b373ad #b3738d #9973b3

Monochromatic Colors of #b373ad

#b373ad

Complementary Color

#b373ad #73b379

#b373ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373ad Color CSS Codes

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

#b373ad Text Font Color

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

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


#b373ad Background Color

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

This div background color is #b373ad


#b373ad Border Color

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

This div border color is #b373ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373ad


Comments

No comments written yet.

Please login to write comment.