Color Hex Logo

#b171af Color Hex

#B171AF
(177,113,175)
0 Favorites   0 Comments

Color spaces of #b171af

RGB 177113175
HSL0.840.290.57
HSV302°36°69°
CMYK 0.000.360.01   0.31
XYZ31.774524.252543.5639
Yxy24.25250.31910.2435
Hunter Lab49.246828.9879-17.9753
CIE-Lab56.339735.2073-22.6497

#b171af color RGB value is (177,113,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 10101111
Octal 261 161 257
Decimal 177 113 175
Hex B1 71 AF

RGB Percentages of Color #b171af

%38.06
%24.30
%37.63

CMYK Percentages of Color #b171af

%0
%36
%1
%31

Triadic Colors of #b171af

#b171af #afb171 #71afb1

Analogous Colors of #b171af

#b171af #b1718f #9371b1

Monochromatic Colors of #b171af

#b171af

Complementary Color

#b171af #71b173

#b171af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b171af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b171af Color CSS Codes

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

#b171af Text Font Color

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

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


#b171af Background Color

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

This div background color is #b171af


#b171af Border Color

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

This div border color is #b171af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b171af


Comments

No comments written yet.

Please login to write comment.