Color Hex Logo

#a582dc Color Hex

#A582DC
(165,130,220)
0 Favorites   0 Comments

Color spaces of #a582dc

RGB 165130220
HSL0.730.560.69
HSV263°41°86°
CMYK 0.250.410.00   0.14
XYZ36.417929.131971.4137
Yxy29.13190.26590.2127
Hunter Lab53.974025.9850-40.6656
CIE-Lab60.897931.7016-41.1858

#a582dc color RGB value is (165,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 11011100
Octal 245 202 334
Decimal 165 130 220
Hex A5 82 DC

RGB Percentages of Color #a582dc

%32.04
%25.24
%42.72

CMYK Percentages of Color #a582dc

%25
%41
%0
%14

Triadic Colors of #a582dc

#a582dc #dca582 #82dca5

Analogous Colors of #a582dc

#a582dc #d282dc #828cdc

Monochromatic Colors of #a582dc

#a582dc

Complementary Color

#a582dc #b9dc82

#a582dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a582dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a582dc Color CSS Codes

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

#a582dc Text Font Color

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

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


#a582dc Background Color

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

This div background color is #a582dc


#a582dc Border Color

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

This div border color is #a582dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a582dc


Comments

No comments written yet.

Please login to write comment.