Color Hex Logo

#b580fa Color Hex

#B580FA
(181,128,250)
0 Favorites   0 Comments

Color spaces of #b580fa

RGB 181128250
HSL0.740.920.74
HSV266°49°98°
CMYK 0.280.490.00   0.02
XYZ44.030532.164294.3301
Yxy32.16420.25820.1886
Hunter Lab56.713539.3330-58.9161
CIE-Lab63.478444.2998-53.6286

#b580fa color RGB value is (181,128,250).

#b580fa hex color red value is 181, green value is 128 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b580fa hue: 0.74 , saturation: 0.92 and the lightness value of b580fa is 0.74.

The process color (four color CMYK) of #b580fa color hex is 0.28, 0.49, 0.00, 0.02. Web safe color of #b580fa is #cc99ff. Color #b580fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 11111010
Octal 265 200 372
Decimal 181 128 250
Hex B5 80 FA

RGB Percentages of Color #b580fa

%32.38
%22.90
%44.72

CMYK Percentages of Color #b580fa

%28
%49
%0
%2

Triadic Colors of #b580fa

#b580fa #fab580 #80fab5

Analogous Colors of #b580fa

#b580fa #f280fa #8088fa

Monochromatic Colors of #b580fa

#b580fa

Complementary Color

#b580fa #c5fa80

#b580fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b580fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b580fa Color CSS Codes

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

#b580fa Text Font Color

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

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


#b580fa Background Color

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

This div background color is #b580fa


#b580fa Border Color

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

This div border color is #b580fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b580fa


Comments

No comments written yet.

Please login to write comment.