Color Hex Logo

#b170ab Color Hex

#B170AB
(177,112,171)
0 Favorites   0 Comments

Color spaces of #b170ab

RGB 177112171
HSL0.850.290.57
HSV306°37°69°
CMYK 0.000.370.03   0.31
XYZ31.276323.875741.4881
Yxy23.87570.32360.2471
Hunter Lab48.862828.7452-16.1377
CIE-Lab55.963135.0074-20.9200

#b170ab color RGB value is (177,112,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 10101011
Octal 261 160 253
Decimal 177 112 171
Hex B1 70 AB

RGB Percentages of Color #b170ab

%38.48
%24.35
%37.17

CMYK Percentages of Color #b170ab

%0
%37
%3
%31

Triadic Colors of #b170ab

#b170ab #abb170 #70abb1

Analogous Colors of #b170ab

#b170ab #b1708b #9770b1

Monochromatic Colors of #b170ab

#b170ab

Complementary Color

#b170ab #70b176

#b170ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b170ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b170ab Color CSS Codes

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

#b170ab Text Font Color

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

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


#b170ab Background Color

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

This div background color is #b170ab


#b170ab Border Color

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

This div border color is #b170ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b170ab


Comments

No comments written yet.

Please login to write comment.