Color Hex Logo

#a482fe Color Hex

#A482FE
(164,130,254)
0 Favorites   0 Comments

Color spaces of #a482fe

RGB 164130254
HSL0.710.980.75
HSV256°49°100°
CMYK 0.350.490.00   0.00
XYZ41.181931.013597.5816
Yxy31.01350.24260.1827
Hunter Lab55.689834.5415-64.9072
CIE-Lab62.519039.9050-57.4485

#a482fe color RGB value is (164,130,254).

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

The process color (four color CMYK) of #a482fe color hex is 0.35, 0.49, 0.00, 0.00. Web safe color of #a482fe is #9999ff. Color #a482fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 11111110
Octal 244 202 376
Decimal 164 130 254
Hex A4 82 FE

RGB Percentages of Color #a482fe

%29.93
%23.72
%46.35

CMYK Percentages of Color #a482fe

%35
%49
%0
%0

Triadic Colors of #a482fe

#a482fe #fea482 #82fea4

Analogous Colors of #a482fe

#a482fe #e282fe #829efe

Monochromatic Colors of #a482fe

#a482fe

Complementary Color

#a482fe #dcfe82

#a482fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a482fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a482fe Color CSS Codes

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

#a482fe Text Font Color

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

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


#a482fe Background Color

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

This div background color is #a482fe


#a482fe Border Color

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

This div border color is #a482fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a482fe


Comments

No comments written yet.

Please login to write comment.