Color Hex Logo

#b580da Color Hex

#B580DA
(181,128,218)
0 Favorites   0 Comments

Color spaces of #b580da

RGB 181128218
HSL0.760.550.68
HSV275°41°85°
CMYK 0.170.410.00   0.15
XYZ39.430130.324170.1046
Yxy30.32410.28190.2168
Hunter Lab55.067331.4443-36.9332
CIE-Lab61.932936.9889-38.3329

#b580da color RGB value is (181,128,218).

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

The process color (four color CMYK) of #b580da color hex is 0.17, 0.41, 0.00, 0.15. Web safe color of #b580da is #cc99cc. Color #b580da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 11011010
Octal 265 200 332
Decimal 181 128 218
Hex B5 80 DA

RGB Percentages of Color #b580da

%34.35
%24.29
%41.37

CMYK Percentages of Color #b580da

%17
%41
%0
%15

Triadic Colors of #b580da

#b580da #dab580 #80dab5

Analogous Colors of #b580da

#b580da #da80d2 #8880da

Monochromatic Colors of #b580da

#b580da

Complementary Color

#b580da #a5da80

#b580da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b580da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b580da Color CSS Codes

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

#b580da Text Font Color

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

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


#b580da Background Color

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

This div background color is #b580da


#b580da Border Color

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

This div border color is #b580da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b580da


Comments

No comments written yet.

Please login to write comment.