Color Hex Logo

#b17ffa Color Hex

#B17FFA
(177,127,250)
0 Favorites   0 Comments

Color spaces of #b17ffa

RGB 177127250
HSL0.730.920.74
HSV264°49°98°
CMYK 0.290.490.00   0.02
XYZ42.976231.428094.2436
Yxy31.42800.25480.1864
Hunter Lab56.060738.7322-60.4299
CIE-Lab62.867343.8208-54.6238

#b17ffa color RGB value is (177,127,250).

#b17ffa hex color red value is 177, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b17ffa hue: 0.73 , saturation: 0.92 and the lightness value of b17ffa is 0.74.

The process color (four color CMYK) of #b17ffa color hex is 0.29, 0.49, 0.00, 0.02. Web safe color of #b17ffa is #9966ff. Color #b17ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111111 11111010
Octal 261 177 372
Decimal 177 127 250
Hex B1 7F FA

RGB Percentages of Color #b17ffa

%31.95
%22.92
%45.13

CMYK Percentages of Color #b17ffa

%29
%49
%0
%2

Triadic Colors of #b17ffa

#b17ffa #fab17f #7ffab1

Analogous Colors of #b17ffa

#b17ffa #ef7ffa #7f8bfa

Monochromatic Colors of #b17ffa

#b17ffa

Complementary Color

#b17ffa #c8fa7f

#b17ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17ffa Color CSS Codes

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

#b17ffa Text Font Color

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

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


#b17ffa Background Color

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

This div background color is #b17ffa


#b17ffa Border Color

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

This div border color is #b17ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17ffa


Comments

No comments written yet.

Please login to write comment.