Color Hex Logo

#a482cf Color Hex

#A482CF
(164,130,207)
0 Favorites   0 Comments

Color spaces of #a482cf

RGB 164130207
HSL0.740.450.66
HSV266°37°81°
CMYK 0.210.370.00   0.19
XYZ34.555028.362862.6848
Yxy28.36280.27510.2258
Hunter Lab53.256722.6183-32.5064
CIE-Lab60.215128.3436-34.9732

#a482cf color RGB value is (164,130,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 11001111
Octal 244 202 317
Decimal 164 130 207
Hex A4 82 CF

RGB Percentages of Color #a482cf

%32.73
%25.95
%41.32

CMYK Percentages of Color #a482cf

%21
%37
%0
%19

Triadic Colors of #a482cf

#a482cf #cfa482 #82cfa4

Analogous Colors of #a482cf

#a482cf #cb82cf #8287cf

Monochromatic Colors of #a482cf

#a482cf

Complementary Color

#a482cf #adcf82

#a482cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a482cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a482cf Color CSS Codes

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

#a482cf Text Font Color

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

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


#a482cf Background Color

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

This div background color is #a482cf


#a482cf Border Color

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

This div border color is #a482cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a482cf


Comments

No comments written yet.

Please login to write comment.