Color Hex Logo

#a562fa Color Hex

#A562FA
(165,98,250)
0 Favorites   0 Comments

Color spaces of #a562fa

RGB 16598250
HSL0.740.940.68
HSV266°61°98°
CMYK 0.340.610.00   0.02
XYZ37.140123.636893.0473
Yxy23.63680.24140.1537
Hunter Lab48.617751.2790-79.4402
CIE-Lab55.722356.3949-66.1329

#a562fa color RGB value is (165,98,250).

#a562fa hex color red value is 165, green value is 98 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a562fa hue: 0.74 , saturation: 0.94 and the lightness value of a562fa is 0.68.

The process color (four color CMYK) of #a562fa color hex is 0.34, 0.61, 0.00, 0.02. Web safe color of #a562fa is #9966ff. Color #a562fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 11111010
Octal 245 142 372
Decimal 165 98 250
Hex A5 62 FA

RGB Percentages of Color #a562fa

%32.16
%19.10
%48.73

CMYK Percentages of Color #a562fa

%34
%61
%0
%2

Triadic Colors of #a562fa

#a562fa #faa562 #62faa5

Analogous Colors of #a562fa

#a562fa #f162fa #626bfa

Monochromatic Colors of #a562fa

#a562fa

Complementary Color

#a562fa #b7fa62

#a562fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a562fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a562fa Color CSS Codes

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

#a562fa Text Font Color

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

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


#a562fa Background Color

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

This div background color is #a562fa


#a562fa Border Color

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

This div border color is #a562fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a562fa


Comments

No comments written yet.

Please login to write comment.