Color Hex Logo

#b177df Color Hex

#B177DF
(177,119,223)
0 Favorites   0 Comments

Color spaces of #b177df

RGB 177119223
HSL0.760.620.67
HSV273°47°87°
CMYK 0.210.470.00   0.13
XYZ38.047627.868573.1859
Yxy27.86850.27350.2003
Hunter Lab52.790636.2661-45.2428
CIE-Lab59.769741.9024-44.5565

#b177df color RGB value is (177,119,223).

#b177df hex color red value is 177, green value is 119 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b177df hue: 0.76 , saturation: 0.62 and the lightness value of b177df is 0.67.

The process color (four color CMYK) of #b177df color hex is 0.21, 0.47, 0.00, 0.13. Web safe color of #b177df is #9966cc. Color #b177df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110111 11011111
Octal 261 167 337
Decimal 177 119 223
Hex B1 77 DF

RGB Percentages of Color #b177df

%34.10
%22.93
%42.97

CMYK Percentages of Color #b177df

%21
%47
%0
%13

Triadic Colors of #b177df

#b177df #dfb177 #77dfb1

Analogous Colors of #b177df

#b177df #df77d9 #7d77df

Monochromatic Colors of #b177df

#b177df

Complementary Color

#b177df #a5df77

#b177df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b177df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b177df Color CSS Codes

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

#b177df Text Font Color

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

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


#b177df Background Color

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

This div background color is #b177df


#b177df Border Color

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

This div border color is #b177df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b177df


Comments

No comments written yet.

Please login to write comment.