Color Hex Logo

#b18ffa Color Hex

#B18FFA
(177,143,250)
0 Favorites   0 Comments

Color spaces of #b18ffa

RGB 177143250
HSL0.720.910.77
HSV259°43°98°
CMYK 0.290.430.00   0.02
XYZ45.209235.894294.9880
Yxy35.89420.25670.2038
Hunter Lab59.911829.8498-52.0640
CIE-Lab66.439034.9603-48.9662

#b18ffa color RGB value is (177,143,250).

#b18ffa hex color red value is 177, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b18ffa hue: 0.72 , saturation: 0.91 and the lightness value of b18ffa is 0.77.

The process color (four color CMYK) of #b18ffa color hex is 0.29, 0.43, 0.00, 0.02. Web safe color of #b18ffa is #9999ff. Color #b18ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001111 11111010
Octal 261 217 372
Decimal 177 143 250
Hex B1 8F FA

RGB Percentages of Color #b18ffa

%31.05
%25.09
%43.86

CMYK Percentages of Color #b18ffa

%29
%43
%0
%2

Triadic Colors of #b18ffa

#b18ffa #fab18f #8ffab1

Analogous Colors of #b18ffa

#b18ffa #e78ffa #8fa3fa

Monochromatic Colors of #b18ffa

#b18ffa

Complementary Color

#b18ffa #d8fa8f

#b18ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18ffa Color CSS Codes

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

#b18ffa Text Font Color

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

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


#b18ffa Background Color

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

This div background color is #b18ffa


#b18ffa Border Color

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

This div border color is #b18ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18ffa


Comments

No comments written yet.

Please login to write comment.