Color Hex Logo

#a580e5 Color Hex

#A580E5
(165,128,229)
0 Favorites   0 Comments

Color spaces of #a580e5

RGB 165128229
HSL0.730.660.70
HSV262°44°90°
CMYK 0.280.440.00   0.10
XYZ37.379129.094877.7745
Yxy29.09480.25910.2017
Hunter Lab53.939629.3028-47.7314
CIE-Lab60.865235.0097-46.2552

#a580e5 color RGB value is (165,128,229).

#a580e5 hex color red value is 165, green value is 128 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a580e5 hue: 0.73 , saturation: 0.66 and the lightness value of a580e5 is 0.70.

The process color (four color CMYK) of #a580e5 color hex is 0.28, 0.44, 0.00, 0.10. Web safe color of #a580e5 is #9999cc. Color #a580e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 11100101
Octal 245 200 345
Decimal 165 128 229
Hex A5 80 E5

RGB Percentages of Color #a580e5

%31.61
%24.52
%43.87

CMYK Percentages of Color #a580e5

%28
%44
%0
%10

Triadic Colors of #a580e5

#a580e5 #e5a580 #80e5a5

Analogous Colors of #a580e5

#a580e5 #d880e5 #808ee5

Monochromatic Colors of #a580e5

#a580e5

Complementary Color

#a580e5 #c0e580

#a580e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a580e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a580e5 Color CSS Codes

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

#a580e5 Text Font Color

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

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


#a580e5 Background Color

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

This div background color is #a580e5


#a580e5 Border Color

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

This div border color is #a580e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a580e5


Comments

No comments written yet.

Please login to write comment.