Color Hex Logo

#b173ab Color Hex

#B173AB
(177,115,171)
0 Favorites   0 Comments

Color spaces of #b173ab

RGB 177115171
HSL0.850.280.57
HSV306°35°69°
CMYK 0.000.350.03   0.31
XYZ31.612924.548941.6003
Yxy24.54890.32340.2511
Hunter Lab49.546827.1833-15.0980
CIE-Lab56.633233.3529-19.8953

#b173ab color RGB value is (177,115,171).

#b173ab hex color red value is 177, green value is 115 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b173ab hue: 0.85 , saturation: 0.28 and the lightness value of b173ab is 0.57.

The process color (four color CMYK) of #b173ab color hex is 0.00, 0.35, 0.03, 0.31. Web safe color of #b173ab is #996699. Color #b173ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110011 10101011
Octal 261 163 253
Decimal 177 115 171
Hex B1 73 AB

RGB Percentages of Color #b173ab

%38.23
%24.84
%36.93

CMYK Percentages of Color #b173ab

%0
%35
%3
%31

Triadic Colors of #b173ab

#b173ab #abb173 #73abb1

Analogous Colors of #b173ab

#b173ab #b1738c #9873b1

Monochromatic Colors of #b173ab

#b173ab

Complementary Color

#b173ab #73b179

#b173ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b173ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b173ab Color CSS Codes

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

#b173ab Text Font Color

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

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


#b173ab Background Color

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

This div background color is #b173ab


#b173ab Border Color

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

This div border color is #b173ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b173ab


Comments

No comments written yet.

Please login to write comment.