Color Hex Logo

#b179de Color Hex

#B179DE
(177,121,222)
0 Favorites   0 Comments

Color spaces of #b179de

RGB 177121222
HSL0.760.600.67
HSV273°45°87°
CMYK 0.200.450.00   0.13
XYZ38.153728.295872.5580
Yxy28.29580.27450.2036
Hunter Lab53.193834.9415-43.6378
CIE-Lab60.155040.5839-43.3897

#b179de color RGB value is (177,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111001 11011110
Octal 261 171 336
Decimal 177 121 222
Hex B1 79 DE

RGB Percentages of Color #b179de

%34.04
%23.27
%42.69

CMYK Percentages of Color #b179de

%20
%45
%0
%13

Triadic Colors of #b179de

#b179de #deb179 #79deb1

Analogous Colors of #b179de

#b179de #de79d9 #7f79de

Monochromatic Colors of #b179de

#b179de

Complementary Color

#b179de #a6de79

#b179de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b179de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b179de Color CSS Codes

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

#b179de Text Font Color

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

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


#b179de Background Color

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

This div background color is #b179de


#b179de Border Color

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

This div border color is #b179de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b179de


Comments

No comments written yet.

Please login to write comment.