Color Hex Logo

#b172ab Color Hex

#B172AB
(177,114,171)
0 Favorites   0 Comments

Color spaces of #b172ab

RGB 177114171
HSL0.850.290.57
HSV306°36°69°
CMYK 0.000.360.03   0.31
XYZ31.499524.322041.5625
Yxy24.32200.32350.2498
Hunter Lab49.317327.7045-15.4449
CIE-Lab56.408833.9058-20.2383

#b172ab color RGB value is (177,114,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 10101011
Octal 261 162 253
Decimal 177 114 171
Hex B1 72 AB

RGB Percentages of Color #b172ab

%38.31
%24.68
%37.01

CMYK Percentages of Color #b172ab

%0
%36
%3
%31

Triadic Colors of #b172ab

#b172ab #abb172 #72abb1

Analogous Colors of #b172ab

#b172ab #b1728c #9872b1

Monochromatic Colors of #b172ab

#b172ab

Complementary Color

#b172ab #72b178

#b172ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b172ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b172ab Color CSS Codes

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

#b172ab Text Font Color

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

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


#b172ab Background Color

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

This div background color is #b172ab


#b172ab Border Color

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

This div border color is #b172ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,114,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 #b172ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b172ab


Comments

No comments written yet.

Please login to write comment.