Color Hex Logo

#b171cd Color Hex

#B171CD
(177,113,205)
0 Favorites   0 Comments

Color spaces of #b171cd

RGB 177113205
HSL0.780.480.62
HSV282°45°80°
CMYK 0.140.450.00   0.20
XYZ35.056025.565160.8445
Yxy25.56510.28860.2105
Hunter Lab50.561935.2756-35.9542
CIE-Lab57.621941.2375-37.7998

#b171cd color RGB value is (177,113,205).

#b171cd hex color red value is 177, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b171cd hue: 0.78 , saturation: 0.48 and the lightness value of b171cd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 11001101
Octal 261 161 315
Decimal 177 113 205
Hex B1 71 CD

RGB Percentages of Color #b171cd

%35.76
%22.83
%41.41

CMYK Percentages of Color #b171cd

%14
%45
%0
%20

Triadic Colors of #b171cd

#b171cd #cdb171 #71cdb1

Analogous Colors of #b171cd

#b171cd #cd71bb #8371cd

Monochromatic Colors of #b171cd

#b171cd

Complementary Color

#b171cd #8dcd71

#b171cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b171cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b171cd Color CSS Codes

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

#b171cd Text Font Color

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

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


#b171cd Background Color

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

This div background color is #b171cd


#b171cd Border Color

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

This div border color is #b171cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b171cd


Comments

No comments written yet.

Please login to write comment.