Color Hex Logo

#b177de Color Hex

#B177DE
(177,119,222)
0 Favorites   0 Comments

Color spaces of #b177de

RGB 177119222
HSL0.760.610.67
HSV274°46°87°
CMYK 0.200.460.00   0.13
XYZ37.913127.814772.4778
Yxy27.81470.27430.2013
Hunter Lab52.739636.0244-44.5619
CIE-Lab59.721041.6780-44.0737

#b177de color RGB value is (177,119,222).

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

The process color (four color CMYK) of #b177de color hex is 0.20, 0.46, 0.00, 0.13. Web safe color of #b177de is #9966cc. Color #b177de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110111 11011110
Octal 261 167 336
Decimal 177 119 222
Hex B1 77 DE

RGB Percentages of Color #b177de

%34.17
%22.97
%42.86

CMYK Percentages of Color #b177de

%20
%46
%0
%13

Triadic Colors of #b177de

#b177de #deb177 #77deb1

Analogous Colors of #b177de

#b177de #de77d8 #7e77de

Monochromatic Colors of #b177de

#b177de

Complementary Color

#b177de #a4de77

#b177de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b177de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b177de Color CSS Codes

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

#b177de Text Font Color

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

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


#b177de Background Color

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

This div background color is #b177de


#b177de Border Color

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

This div border color is #b177de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b177de


Comments

No comments written yet.

Please login to write comment.