Color Hex Logo

#b080fb Color Hex

#B080FB
(176,128,251)
0 Favorites   0 Comments

Color spaces of #b080fb

RGB 176128251
HSL0.730.940.74
HSV263°49°98°
CMYK 0.300.490.00   0.02
XYZ43.036331.633595.1044
Yxy31.63350.25350.1863
Hunter Lab56.243738.1575-60.8850
CIE-Lab63.038843.2603-54.9066

#b080fb color RGB value is (176,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 11111011
Octal 260 200 373
Decimal 176 128 251
Hex B0 80 FB

RGB Percentages of Color #b080fb

%31.71
%23.06
%45.23

CMYK Percentages of Color #b080fb

%30
%49
%0
%2

Triadic Colors of #b080fb

#b080fb #fbb080 #80fbb0

Analogous Colors of #b080fb

#b080fb #ee80fb #808efb

Monochromatic Colors of #b080fb

#b080fb

Complementary Color

#b080fb #cbfb80

#b080fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b080fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b080fb Color CSS Codes

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

#b080fb Text Font Color

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

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


#b080fb Background Color

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

This div background color is #b080fb


#b080fb Border Color

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

This div border color is #b080fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b080fb

Related Colors


Comments

No comments written yet.

Please login to write comment.