Color Hex Logo

#b582da Color Hex

#B582DA
(181,130,218)
0 Favorites   0 Comments

Color spaces of #b582da

RGB 181130218
HSL0.760.540.68
HSV275°40°85°
CMYK 0.170.400.00   0.15
XYZ39.693630.851070.1924
Yxy30.85100.28200.2192
Hunter Lab55.543730.3614-36.0462
CIE-Lab62.381735.8833-37.6312

#b582da color RGB value is (181,130,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 11011010
Octal 265 202 332
Decimal 181 130 218
Hex B5 82 DA

RGB Percentages of Color #b582da

%34.22
%24.57
%41.21

CMYK Percentages of Color #b582da

%17
%40
%0
%15

Triadic Colors of #b582da

#b582da #dab582 #82dab5

Analogous Colors of #b582da

#b582da #da82d3 #8982da

Monochromatic Colors of #b582da

#b582da

Complementary Color

#b582da #a7da82

#b582da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582da Color CSS Codes

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

#b582da Text Font Color

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

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


#b582da Background Color

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

This div background color is #b582da


#b582da Border Color

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

This div border color is #b582da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582da


Comments

No comments written yet.

Please login to write comment.