Color Hex Logo

#a583dd Color Hex

#A583DD
(165,131,221)
0 Favorites   0 Comments

Color spaces of #a583dd

RGB 165131221
HSL0.730.570.69
HSV263°41°87°
CMYK 0.250.410.00   0.13
XYZ36.684529.452472.1580
Yxy29.45240.26530.2130
Hunter Lab54.270125.6866-40.8435
CIE-Lab61.178831.3745-41.3029

#a583dd color RGB value is (165,131,221).

#a583dd hex color red value is 165, green value is 131 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a583dd hue: 0.73 , saturation: 0.57 and the lightness value of a583dd is 0.69.

The process color (four color CMYK) of #a583dd color hex is 0.25, 0.41, 0.00, 0.13. Web safe color of #a583dd is #9999cc. Color #a583dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000011 11011101
Octal 245 203 335
Decimal 165 131 221
Hex A5 83 DD

RGB Percentages of Color #a583dd

%31.91
%25.34
%42.75

CMYK Percentages of Color #a583dd

%25
%41
%0
%13

Triadic Colors of #a583dd

#a583dd #dda583 #83dda5

Analogous Colors of #a583dd

#a583dd #d283dd #838edd

Monochromatic Colors of #a583dd

#a583dd

Complementary Color

#a583dd #bbdd83

#a583dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a583dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a583dd Color CSS Codes

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

#a583dd Text Font Color

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

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


#a583dd Background Color

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

This div background color is #a583dd


#a583dd Border Color

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

This div border color is #a583dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a583dd


Comments

No comments written yet.

Please login to write comment.