Color Hex Logo

#b087fa Color Hex

#B087FA
(176,135,250)
0 Favorites   0 Comments

Color spaces of #b087fa

RGB 176135250
HSL0.730.920.75
HSV261°46°98°
CMYK 0.300.460.00   0.02
XYZ43.823833.460294.5912
Yxy33.46020.25500.1947
Hunter Lab57.844834.0050-56.4631
CIE-Lab64.531839.1527-51.9880

#b087fa color RGB value is (176,135,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 11111010
Octal 260 207 372
Decimal 176 135 250
Hex B0 87 FA

RGB Percentages of Color #b087fa

%31.37
%24.06
%44.56

CMYK Percentages of Color #b087fa

%30
%46
%0
%2

Triadic Colors of #b087fa

#b087fa #fab087 #87fab0

Analogous Colors of #b087fa

#b087fa #ea87fa #8798fa

Monochromatic Colors of #b087fa

#b087fa

Complementary Color

#b087fa #d1fa87

#b087fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b087fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b087fa Color CSS Codes

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

#b087fa Text Font Color

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

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


#b087fa Background Color

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

This div background color is #b087fa


#b087fa Border Color

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

This div border color is #b087fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b087fa


Comments

No comments written yet.

Please login to write comment.