Color Hex Logo

#a583bd Color Hex

#A583BD
(165,131,189)
0 Favorites   0 Comments

Color spaces of #a583bd

RGB 165131189
HSL0.760.310.63
HSV275°31°74°
CMYK 0.130.310.00   0.26
XYZ32.818727.906151.8008
Yxy27.90610.29170.2480
Hunter Lab52.826218.4486-21.1607
CIE-Lab59.803824.0363-25.4346

#a583bd color RGB value is (165,131,189).

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

The process color (four color CMYK) of #a583bd color hex is 0.13, 0.31, 0.00, 0.26. Web safe color of #a583bd is #9999cc. Color #a583bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000011 10111101
Octal 245 203 275
Decimal 165 131 189
Hex A5 83 BD

RGB Percentages of Color #a583bd

%34.02
%27.01
%38.97

CMYK Percentages of Color #a583bd

%13
%31
%0
%26

Triadic Colors of #a583bd

#a583bd #bda583 #83bda5

Analogous Colors of #a583bd

#a583bd #bd83b8 #8883bd

Monochromatic Colors of #a583bd

#a583bd

Complementary Color

#a583bd #9bbd83

#a583bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a583bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a583bd Color CSS Codes

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

#a583bd Text Font Color

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

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


#a583bd Background Color

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

This div background color is #a583bd


#a583bd Border Color

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

This div border color is #a583bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a583bd


Comments

No comments written yet.

Please login to write comment.