Color Hex Logo

#b08ffa Color Hex

#B08FFA
(176,143,250)
0 Favorites   0 Comments

Color spaces of #b08ffa

RGB 176143250
HSL0.720.910.77
HSV259°43°98°
CMYK 0.300.430.00   0.02
XYZ44.982335.777294.9773
Yxy35.77720.25600.2036
Hunter Lab59.814029.5638-52.2753
CIE-Lab66.349334.6927-49.1136

#b08ffa color RGB value is (176,143,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001111 11111010
Octal 260 217 372
Decimal 176 143 250
Hex B0 8F FA

RGB Percentages of Color #b08ffa

%30.93
%25.13
%43.94

CMYK Percentages of Color #b08ffa

%30
%43
%0
%2

Triadic Colors of #b08ffa

#b08ffa #fab08f #8ffab0

Analogous Colors of #b08ffa

#b08ffa #e68ffa #8fa4fa

Monochromatic Colors of #b08ffa

#b08ffa

Complementary Color

#b08ffa #d9fa8f

#b08ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08ffa Color CSS Codes

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

#b08ffa Text Font Color

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

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


#b08ffa Background Color

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

This div background color is #b08ffa


#b08ffa Border Color

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

This div border color is #b08ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08ffa


Comments

No comments written yet.

Please login to write comment.