Color Hex Logo

#a482ca Color Hex

#A482CA
(164,130,202)
0 Favorites   0 Comments

Color spaces of #a482ca

RGB 164130202
HSL0.750.400.65
HSV268°36°79°
CMYK 0.190.360.00   0.21
XYZ33.953128.122059.5157
Yxy28.12200.27920.2313
Hunter Lab53.030221.4836-29.4200
CIE-Lab59.998827.1918-32.4937

#a482ca color RGB value is (164,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 11001010
Octal 244 202 312
Decimal 164 130 202
Hex A4 82 CA

RGB Percentages of Color #a482ca

%33.06
%26.21
%40.73

CMYK Percentages of Color #a482ca

%19
%36
%0
%21

Triadic Colors of #a482ca

#a482ca #caa482 #82caa4

Analogous Colors of #a482ca

#a482ca #c882ca #8284ca

Monochromatic Colors of #a482ca

#a482ca

Complementary Color

#a482ca #a8ca82

#a482ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a482ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a482ca Color CSS Codes

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

#a482ca Text Font Color

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

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


#a482ca Background Color

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

This div background color is #a482ca


#a482ca Border Color

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

This div border color is #a482ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a482ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a482ca


Comments

No comments written yet.

Please login to write comment.