Color Hex Logo

#b171dc Color Hex

#B171DC
(177,113,220)
0 Favorites   0 Comments

Color spaces of #b171dc

RGB 177113220
HSL0.770.600.65
HSV276°49°86°
CMYK 0.200.490.00   0.14
XYZ36.954926.324770.8436
Yxy26.32470.27550.1963
Hunter Lab51.307638.7784-45.9501
CIE-Lab58.344044.4860-45.1254

#b171dc color RGB value is (177,113,220).

#b171dc hex color red value is 177, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b171dc hue: 0.77 , saturation: 0.60 and the lightness value of b171dc is 0.65.

The process color (four color CMYK) of #b171dc color hex is 0.20, 0.49, 0.00, 0.14. Web safe color of #b171dc is #9966cc. Color #b171dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 11011100
Octal 261 161 334
Decimal 177 113 220
Hex B1 71 DC

RGB Percentages of Color #b171dc

%34.71
%22.16
%43.14

CMYK Percentages of Color #b171dc

%20
%49
%0
%14

Triadic Colors of #b171dc

#b171dc #dcb171 #71dcb1

Analogous Colors of #b171dc

#b171dc #dc71d2 #7c71dc

Monochromatic Colors of #b171dc

#b171dc

Complementary Color

#b171dc #9cdc71

#b171dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b171dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b171dc Color CSS Codes

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

#b171dc Text Font Color

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

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


#b171dc Background Color

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

This div background color is #b171dc


#b171dc Border Color

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

This div border color is #b171dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b171dc


Comments

No comments written yet.

Please login to write comment.