Color Hex Logo

#a583ab Color Hex

#A583AB
(165,131,171)
0 Favorites   0 Comments

Color spaces of #a583ab

RGB 165131171
HSL0.810.190.59
HSV291°23°67°
CMYK 0.040.230.00   0.33
XYZ30.984027.172242.1398
Yxy27.17220.30890.2709
Hunter Lab52.127014.8773-11.4416
CIE-Lab59.133420.2638-16.2093

#a583ab color RGB value is (165,131,171).

#a583ab hex color red value is 165, green value is 131 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a583ab hue: 0.81 , saturation: 0.19 and the lightness value of a583ab is 0.59.

The process color (four color CMYK) of #a583ab color hex is 0.04, 0.23, 0.00, 0.33. Web safe color of #a583ab is #999999. Color #a583ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000011 10101011
Octal 245 203 253
Decimal 165 131 171
Hex A5 83 AB

RGB Percentages of Color #a583ab

%35.33
%28.05
%36.62

CMYK Percentages of Color #a583ab

%4
%23
%0
%33

Triadic Colors of #a583ab

#a583ab #aba583 #83aba5

Analogous Colors of #a583ab

#a583ab #ab839d #9183ab

Monochromatic Colors of #a583ab

#a583ab

Complementary Color

#a583ab #89ab83

#a583ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a583ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a583ab Color CSS Codes

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

#a583ab Text Font Color

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

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


#a583ab Background Color

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

This div background color is #a583ab


#a583ab Border Color

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

This div border color is #a583ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,131,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a583ab

#a583ab Color Palettes


Comments

No comments written yet.

Please login to write comment.