Color Hex Logo

#a582ca Color Hex

#A582CA
(165,130,202)
0 Favorites   0 Comments

Color spaces of #a582ca

RGB 165130202
HSL0.750.400.65
HSV269°36°79°
CMYK 0.180.360.00   0.21
XYZ34.160428.228959.5254
Yxy28.22890.28020.2315
Hunter Lab53.130921.7872-29.2342
CIE-Lab60.095027.4978-32.3368

#a582ca color RGB value is (165,130,202).

#a582ca hex color red value is 165, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a582ca hue: 0.75 , saturation: 0.40 and the lightness value of a582ca is 0.65.

The process color (four color CMYK) of #a582ca color hex is 0.18, 0.36, 0.00, 0.21. Web safe color of #a582ca is #9999cc. Color #a582ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 11001010
Octal 245 202 312
Decimal 165 130 202
Hex A5 82 CA

RGB Percentages of Color #a582ca

%33.20
%26.16
%40.64

CMYK Percentages of Color #a582ca

%18
%36
%0
%21

Triadic Colors of #a582ca

#a582ca #caa582 #82caa5

Analogous Colors of #a582ca

#a582ca #c982ca #8283ca

Monochromatic Colors of #a582ca

#a582ca

Complementary Color

#a582ca #a7ca82

#a582ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a582ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a582ca Color CSS Codes

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

#a582ca Text Font Color

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

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


#a582ca Background Color

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

This div background color is #a582ca


#a582ca Border Color

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

This div border color is #a582ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a582ca


Comments

No comments written yet.

Please login to write comment.