Color Hex Logo

#a582cd Color Hex

#A582CD
(165,130,205)
0 Favorites   0 Comments

Color spaces of #a582cd

RGB 165130205
HSL0.740.430.66
HSV268°37°80°
CMYK 0.200.370.00   0.20
XYZ34.519128.372461.4147
Yxy28.37240.27770.2282
Hunter Lab53.265722.4626-31.0746
CIE-Lab60.223728.1829-33.8270

#a582cd color RGB value is (165,130,205).

#a582cd hex color red value is 165, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a582cd hue: 0.74 , saturation: 0.43 and the lightness value of a582cd is 0.66.

The process color (four color CMYK) of #a582cd color hex is 0.20, 0.37, 0.00, 0.20. Web safe color of #a582cd is #9999cc. Color #a582cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 11001101
Octal 245 202 315
Decimal 165 130 205
Hex A5 82 CD

RGB Percentages of Color #a582cd

%33.00
%26.00
%41.00

CMYK Percentages of Color #a582cd

%20
%37
%0
%20

Triadic Colors of #a582cd

#a582cd #cda582 #82cda5

Analogous Colors of #a582cd

#a582cd #cb82cd #8285cd

Monochromatic Colors of #a582cd

#a582cd

Complementary Color

#a582cd #aacd82

#a582cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a582cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a582cd Color CSS Codes

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

#a582cd Text Font Color

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

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


#a582cd Background Color

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

This div background color is #a582cd


#a582cd Border Color

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

This div border color is #a582cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a582cd


Comments

No comments written yet.

Please login to write comment.