Color Hex Logo

#b280fb Color Hex

#B280FB
(178,128,251)
0 Favorites   0 Comments

Color spaces of #b280fb

RGB 178128251
HSL0.730.940.74
HSV264°49°98°
CMYK 0.290.490.00   0.02
XYZ43.491931.868495.1257
Yxy31.86840.25510.1869
Hunter Lab56.452138.7290-60.3913
CIE-Lab63.234043.7692-54.5844

#b280fb color RGB value is (178,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000000 11111011
Octal 262 200 373
Decimal 178 128 251
Hex B2 80 FB

RGB Percentages of Color #b280fb

%31.96
%22.98
%45.06

CMYK Percentages of Color #b280fb

%29
%49
%0
%2

Triadic Colors of #b280fb

#b280fb #fbb280 #80fbb2

Analogous Colors of #b280fb

#b280fb #f080fb #808cfb

Monochromatic Colors of #b280fb

#b280fb

Complementary Color

#b280fb #c9fb80

#b280fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b280fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b280fb Color CSS Codes

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

#b280fb Text Font Color

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

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


#b280fb Background Color

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

This div background color is #b280fb


#b280fb Border Color

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

This div border color is #b280fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b280fb


Comments

No comments written yet.

Please login to write comment.