Color Hex Logo

#a580ed Color Hex

#A580ED
(165,128,237)
0 Favorites   0 Comments

Color spaces of #a580ed

RGB 165128237
HSL0.720.750.72
HSV260°46°93°
CMYK 0.300.460.00   0.07
XYZ38.522329.552183.7945
Yxy29.55210.25370.1946
Hunter Lab54.361831.3568-53.3376
CIE-Lab61.265836.9800-50.0631

#a580ed color RGB value is (165,128,237).

#a580ed hex color red value is 165, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a580ed hue: 0.72 , saturation: 0.75 and the lightness value of a580ed is 0.72.

The process color (four color CMYK) of #a580ed color hex is 0.30, 0.46, 0.00, 0.07. Web safe color of #a580ed is #9999ff. Color #a580ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 11101101
Octal 245 200 355
Decimal 165 128 237
Hex A5 80 ED

RGB Percentages of Color #a580ed

%31.13
%24.15
%44.72

CMYK Percentages of Color #a580ed

%30
%46
%0
%7

Triadic Colors of #a580ed

#a580ed #eda580 #80eda5

Analogous Colors of #a580ed

#a580ed #dc80ed #8092ed

Monochromatic Colors of #a580ed

#a580ed

Complementary Color

#a580ed #c8ed80

#a580ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a580ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a580ed Color CSS Codes

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

#a580ed Text Font Color

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

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


#a580ed Background Color

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

This div background color is #a580ed


#a580ed Border Color

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

This div border color is #a580ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a580ed


Comments

No comments written yet.

Please login to write comment.