Color Hex Logo

#b177af Color Hex

#B177AF
(177,119,175)
0 Favorites   0 Comments

Color spaces of #b177af

RGB 177119175
HSL0.840.270.58
HSV302°33°69°
CMYK 0.000.330.01   0.31
XYZ32.466225.635943.7945
Yxy25.63590.31860.2516
Hunter Lab50.631925.8520-15.8411
CIE-Lab57.689831.8880-20.5815

#b177af color RGB value is (177,119,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110111 10101111
Octal 261 167 257
Decimal 177 119 175
Hex B1 77 AF

RGB Percentages of Color #b177af

%37.58
%25.27
%37.15

CMYK Percentages of Color #b177af

%0
%33
%1
%31

Triadic Colors of #b177af

#b177af #afb177 #77afb1

Analogous Colors of #b177af

#b177af #b17792 #9677b1

Monochromatic Colors of #b177af

#b177af

Complementary Color

#b177af #77b179

#b177af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b177af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b177af Color CSS Codes

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

#b177af Text Font Color

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

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


#b177af Background Color

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

This div background color is #b177af


#b177af Border Color

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

This div border color is #b177af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b177af


Comments

No comments written yet.

Please login to write comment.