Color Hex Logo

#b580eb Color Hex

#B580EB
(181,128,235)
0 Favorites   0 Comments

Color spaces of #b580eb

RGB 181128235
HSL0.750.730.71
HSV270°46°92°
CMYK 0.230.460.00   0.08
XYZ41.770631.260382.4295
Yxy31.26030.26870.2011
Hunter Lab55.910935.5118-48.2737
CIE-Lab62.726840.8039-46.5436

#b580eb color RGB value is (181,128,235).

#b580eb hex color red value is 181, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b580eb hue: 0.75 , saturation: 0.73 and the lightness value of b580eb is 0.71.

The process color (four color CMYK) of #b580eb color hex is 0.23, 0.46, 0.00, 0.08. Web safe color of #b580eb is #cc99ff. Color #b580eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 11101011
Octal 265 200 353
Decimal 181 128 235
Hex B5 80 EB

RGB Percentages of Color #b580eb

%33.27
%23.53
%43.20

CMYK Percentages of Color #b580eb

%23
%46
%0
%8

Triadic Colors of #b580eb

#b580eb #ebb580 #80ebb5

Analogous Colors of #b580eb

#b580eb #eb80eb #8081eb

Monochromatic Colors of #b580eb

#b580eb

Complementary Color

#b580eb #b6eb80

#b580eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b580eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b580eb Color CSS Codes

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

#b580eb Text Font Color

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

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


#b580eb Background Color

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

This div background color is #b580eb


#b580eb Border Color

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

This div border color is #b580eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b580eb


Comments

No comments written yet.

Please login to write comment.