Color Hex Logo

#a582df Color Hex

#A582DF
(165,130,223)
0 Favorites   0 Comments

Color spaces of #a582df

RGB 165130223
HSL0.730.590.69
HSV263°42°87°
CMYK 0.260.420.00   0.13
XYZ36.819029.292373.5254
Yxy29.29230.26370.2098
Hunter Lab54.122426.7180-42.6600
CIE-Lab61.038732.4228-42.6390

#a582df color RGB value is (165,130,223).

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

The process color (four color CMYK) of #a582df color hex is 0.26, 0.42, 0.00, 0.13. Web safe color of #a582df is #9999cc. Color #a582df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 11011111
Octal 245 202 337
Decimal 165 130 223
Hex A5 82 DF

RGB Percentages of Color #a582df

%31.85
%25.10
%43.05

CMYK Percentages of Color #a582df

%26
%42
%0
%13

Triadic Colors of #a582df

#a582df #dfa582 #82dfa5

Analogous Colors of #a582df

#a582df #d482df #828edf

Monochromatic Colors of #a582df

#a582df

Complementary Color

#a582df #bcdf82

#a582df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a582df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a582df Color CSS Codes

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

#a582df Text Font Color

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

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


#a582df Background Color

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

This div background color is #a582df


#a582df Border Color

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

This div border color is #a582df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a582df


Comments

No comments written yet.

Please login to write comment.