Color Hex Logo

#b580df Color Hex

#B580DF
(181,128,223)
0 Favorites   0 Comments

Color spaces of #b580df

RGB 181128223
HSL0.760.600.69
HSV273°43°87°
CMYK 0.190.430.00   0.13
XYZ40.094530.589873.6033
Yxy30.58980.27790.2120
Hunter Lab55.308032.6110-40.1868
CIE-Lab62.159838.0935-40.7681

#b580df color RGB value is (181,128,223).

#b580df hex color red value is 181, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b580df hue: 0.76 , saturation: 0.60 and the lightness value of b580df is 0.69.

The process color (four color CMYK) of #b580df color hex is 0.19, 0.43, 0.00, 0.13. Web safe color of #b580df is #cc99cc. Color #b580df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 11011111
Octal 265 200 337
Decimal 181 128 223
Hex B5 80 DF

RGB Percentages of Color #b580df

%34.02
%24.06
%41.92

CMYK Percentages of Color #b580df

%19
%43
%0
%13

Triadic Colors of #b580df

#b580df #dfb580 #80dfb5

Analogous Colors of #b580df

#b580df #df80da #8680df

Monochromatic Colors of #b580df

#b580df

Complementary Color

#b580df #aadf80

#b580df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b580df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b580df Color CSS Codes

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

#b580df Text Font Color

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

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


#b580df Background Color

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

This div background color is #b580df


#b580df Border Color

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

This div border color is #b580df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,128,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b580df


Comments

No comments written yet.

Please login to write comment.