Color Hex Logo

#b087fb Color Hex

#B087FB
(176,135,251)
0 Favorites   0 Comments

Color spaces of #b087fb

RGB 176135251
HSL0.730.940.76
HSV261°46°98°
CMYK 0.300.460.00   0.02
XYZ43.981133.523195.4193
Yxy33.52310.25430.1939
Hunter Lab57.899134.2679-57.1821
CIE-Lab64.582239.3969-52.4563

#b087fb color RGB value is (176,135,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 11111011
Octal 260 207 373
Decimal 176 135 251
Hex B0 87 FB

RGB Percentages of Color #b087fb

%31.32
%24.02
%44.66

CMYK Percentages of Color #b087fb

%30
%46
%0
%2

Triadic Colors of #b087fb

#b087fb #fbb087 #87fbb0

Analogous Colors of #b087fb

#b087fb #ea87fb #8798fb

Monochromatic Colors of #b087fb

#b087fb

Complementary Color

#b087fb #d2fb87

#b087fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b087fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b087fb Color CSS Codes

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

#b087fb Text Font Color

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

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


#b087fb Background Color

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

This div background color is #b087fb


#b087fb Border Color

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

This div border color is #b087fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,135,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b087fb


Comments

No comments written yet.

Please login to write comment.