Color Hex Logo

#a562dc Color Hex

#A562DC
(165,98,220)
0 Favorites   0 Comments

Color spaces of #a562dc

RGB 16598220
HSL0.760.640.62
HSV273°55°86°
CMYK 0.250.550.00   0.14
XYZ32.803021.902070.2087
Yxy21.90200.26260.1753
Hunter Lab46.799643.2159-56.1871
CIE-Lab53.922949.3293-52.2287

#a562dc color RGB value is (165,98,220).

#a562dc hex color red value is 165, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a562dc hue: 0.76 , saturation: 0.64 and the lightness value of a562dc is 0.62.

The process color (four color CMYK) of #a562dc color hex is 0.25, 0.55, 0.00, 0.14. Web safe color of #a562dc is #9966cc. Color #a562dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 11011100
Octal 245 142 334
Decimal 165 98 220
Hex A5 62 DC

RGB Percentages of Color #a562dc

%34.16
%20.29
%45.55

CMYK Percentages of Color #a562dc

%25
%55
%0
%14

Triadic Colors of #a562dc

#a562dc #dca562 #62dca5

Analogous Colors of #a562dc

#a562dc #dc62d6 #6862dc

Monochromatic Colors of #a562dc

#a562dc

Complementary Color

#a562dc #99dc62

#a562dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a562dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a562dc Color CSS Codes

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

#a562dc Text Font Color

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

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


#a562dc Background Color

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

This div background color is #a562dc


#a562dc Border Color

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

This div border color is #a562dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a562dc


Comments

No comments written yet.

Please login to write comment.