Color Hex Logo

#b582bd Color Hex

#B582BD
(181,130,189)
0 Favorites   0 Comments

Color spaces of #b582bd

RGB 181130189
HSL0.810.310.63
HSV292°31°74°
CMYK 0.040.310.00   0.26
XYZ36.224029.463151.9219
Yxy29.46310.30800.2505
Hunter Lab54.279924.1331-18.7184
CIE-Lab61.188229.8046-23.1694

#b582bd color RGB value is (181,130,189).

#b582bd hex color red value is 181, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b582bd hue: 0.81 , saturation: 0.31 and the lightness value of b582bd is 0.63.

The process color (four color CMYK) of #b582bd color hex is 0.04, 0.31, 0.00, 0.26. Web safe color of #b582bd is #cc99cc. Color #b582bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 10111101
Octal 265 202 275
Decimal 181 130 189
Hex B5 82 BD

RGB Percentages of Color #b582bd

%36.20
%26.00
%37.80

CMYK Percentages of Color #b582bd

%4
%31
%0
%26

Triadic Colors of #b582bd

#b582bd #bdb582 #82bdb5

Analogous Colors of #b582bd

#b582bd #bd82a8 #9882bd

Monochromatic Colors of #b582bd

#b582bd

Complementary Color

#b582bd #8abd82

#b582bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582bd Color CSS Codes

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

#b582bd Text Font Color

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

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


#b582bd Background Color

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

This div background color is #b582bd


#b582bd Border Color

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

This div border color is #b582bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582bd


Comments

No comments written yet.

Please login to write comment.