Color Hex Logo

#b17add Color Hex

#B17ADD
(177,122,221)
0 Favorites   0 Comments

Color spaces of #b17add

RGB 177122221
HSL0.760.590.67
HSV273°45°87°
CMYK 0.200.450.00   0.13
XYZ38.142128.486671.8948
Yxy28.48660.27530.2056
Hunter Lab53.372834.1599-42.5044
CIE-Lab60.325839.8103-42.5614

#b17add color RGB value is (177,122,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111010 11011101
Octal 261 172 335
Decimal 177 122 221
Hex B1 7A DD

RGB Percentages of Color #b17add

%34.04
%23.46
%42.50

CMYK Percentages of Color #b17add

%20
%45
%0
%13

Triadic Colors of #b17add

#b17add #ddb17a #7addb1

Analogous Colors of #b17add

#b17add #dd7ad8 #807add

Monochromatic Colors of #b17add

#b17add

Complementary Color

#b17add #a6dd7a

#b17add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17add Color CSS Codes

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

#b17add Text Font Color

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

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


#b17add Background Color

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

This div background color is #b17add


#b17add Border Color

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

This div border color is #b17add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17add


Comments

No comments written yet.

Please login to write comment.