Color Hex Logo

#b583bd Color Hex

#B583BD
(181,131,189)
0 Favorites   0 Comments

Color spaces of #b583bd

RGB 181131189
HSL0.810.310.63
HSV292°31°74°
CMYK 0.040.310.00   0.26
XYZ36.357729.730551.9664
Yxy29.73050.30800.2518
Hunter Lab54.525723.6038-18.3391
CIE-Lab61.421029.2465-22.8126

#b583bd color RGB value is (181,131,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000011 10111101
Octal 265 203 275
Decimal 181 131 189
Hex B5 83 BD

RGB Percentages of Color #b583bd

%36.13
%26.15
%37.72

CMYK Percentages of Color #b583bd

%4
%31
%0
%26

Triadic Colors of #b583bd

#b583bd #bdb583 #83bdb5

Analogous Colors of #b583bd

#b583bd #bd83a8 #9883bd

Monochromatic Colors of #b583bd

#b583bd

Complementary Color

#b583bd #8bbd83

#b583bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b583bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b583bd Color CSS Codes

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

#b583bd Text Font Color

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

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


#b583bd Background Color

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

This div background color is #b583bd


#b583bd Border Color

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

This div border color is #b583bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b583bd


Comments

No comments written yet.

Please login to write comment.