Color Hex Logo

#a562fc Color Hex

#A562FC
(165,98,252)
0 Favorites   0 Comments

Color spaces of #a562fc

RGB 16598252
HSL0.740.960.69
HSV266°61°99°
CMYK 0.350.610.00   0.01
XYZ37.455423.763094.7081
Yxy23.76300.24020.1524
Hunter Lab48.747351.8442-81.0677
CIE-Lab55.849756.8772-67.0357

#a562fc color RGB value is (165,98,252).

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

The process color (four color CMYK) of #a562fc color hex is 0.35, 0.61, 0.00, 0.01. Web safe color of #a562fc is #9966ff. Color #a562fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 11111100
Octal 245 142 374
Decimal 165 98 252
Hex A5 62 FC

RGB Percentages of Color #a562fc

%32.04
%19.03
%48.93

CMYK Percentages of Color #a562fc

%35
%61
%0
%1

Triadic Colors of #a562fc

#a562fc #fca562 #62fca5

Analogous Colors of #a562fc

#a562fc #f262fc #626cfc

Monochromatic Colors of #a562fc

#a562fc

Complementary Color

#a562fc #b9fc62

#a562fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a562fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a562fc Color CSS Codes

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

#a562fc Text Font Color

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

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


#a562fc Background Color

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

This div background color is #a562fc


#a562fc Border Color

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

This div border color is #a562fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a562fc

Related Colors


Comments

No comments written yet.

Please login to write comment.