Color Hex Logo

#b176dd Color Hex

#B176DD
(177,118,221)
0 Favorites   0 Comments

Color spaces of #b176dd

RGB 177118221
HSL0.760.600.66
HSV274°47°87°
CMYK 0.200.470.00   0.13
XYZ37.661027.524471.7344
Yxy27.52440.27510.2010
Hunter Lab52.463736.3245-44.3435
CIE-Lab59.456641.9998-43.9304

#b176dd color RGB value is (177,118,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110110 11011101
Octal 261 166 335
Decimal 177 118 221
Hex B1 76 DD

RGB Percentages of Color #b176dd

%34.30
%22.87
%42.83

CMYK Percentages of Color #b176dd

%20
%47
%0
%13

Triadic Colors of #b176dd

#b176dd #ddb176 #76ddb1

Analogous Colors of #b176dd

#b176dd #dd76d6 #7e76dd

Monochromatic Colors of #b176dd

#b176dd

Complementary Color

#b176dd #a2dd76

#b176dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b176dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b176dd Color CSS Codes

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

#b176dd Text Font Color

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

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


#b176dd Background Color

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

This div background color is #b176dd


#b176dd Border Color

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

This div border color is #b176dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b176dd


Comments

No comments written yet.

Please login to write comment.