Color Hex Logo

#b17fc1 Color Hex

#B17FC1
(177,127,193)
0 Favorites   0 Comments

Color spaces of #b17fc1

RGB 177127193
HSL0.790.350.63
HSV285°34°76°
CMYK 0.080.340.00   0.24
XYZ35.346528.376154.0663
Yxy28.37610.30010.2409
Hunter Lab53.269225.2216-22.8887
CIE-Lab60.227030.9964-26.9487

#b17fc1 color RGB value is (177,127,193).

#b17fc1 hex color red value is 177, green value is 127 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b17fc1 hue: 0.79 , saturation: 0.35 and the lightness value of b17fc1 is 0.63.

The process color (four color CMYK) of #b17fc1 color hex is 0.08, 0.34, 0.00, 0.24. Web safe color of #b17fc1 is #9966cc. Color #b17fc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111111 11000001
Octal 261 177 301
Decimal 177 127 193
Hex B1 7F C1

RGB Percentages of Color #b17fc1

%35.61
%25.55
%38.83

CMYK Percentages of Color #b17fc1

%8
%34
%0
%24

Triadic Colors of #b17fc1

#b17fc1 #c1b17f #7fc1b1

Analogous Colors of #b17fc1

#b17fc1 #c17fb0 #907fc1

Monochromatic Colors of #b17fc1

#b17fc1

Complementary Color

#b17fc1 #8fc17f

#b17fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17fc1 Color CSS Codes

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

#b17fc1 Text Font Color

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

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


#b17fc1 Background Color

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

This div background color is #b17fc1


#b17fc1 Border Color

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

This div border color is #b17fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17fc1

#b17fc1 Color Palettes


Comments

No comments written yet.

Please login to write comment.