Color Hex Logo

#b076fb Color Hex

#B076FB
(176,118,251)
0 Favorites   0 Comments

Color spaces of #b076fb

RGB 176118251
HSL0.740.940.72
HSV266°53°98°
CMYK 0.300.530.00   0.02
XYZ41.795529.152094.6908
Yxy29.15200.25230.1760
Hunter Lab53.992643.6893-66.1864
CIE-Lab60.915548.6864-58.2899

#b076fb color RGB value is (176,118,251).

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

The process color (four color CMYK) of #b076fb color hex is 0.30, 0.53, 0.00, 0.02. Web safe color of #b076fb is #9966ff. Color #b076fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110110 11111011
Octal 260 166 373
Decimal 176 118 251
Hex B0 76 FB

RGB Percentages of Color #b076fb

%32.29
%21.65
%46.06

CMYK Percentages of Color #b076fb

%30
%53
%0
%2

Triadic Colors of #b076fb

#b076fb #fbb076 #76fbb0

Analogous Colors of #b076fb

#b076fb #f376fb #767ffb

Monochromatic Colors of #b076fb

#b076fb

Complementary Color

#b076fb #c1fb76

#b076fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b076fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b076fb Color CSS Codes

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

#b076fb Text Font Color

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

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


#b076fb Background Color

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

This div background color is #b076fb


#b076fb Border Color

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

This div border color is #b076fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b076fb


Comments

No comments written yet.

Please login to write comment.