Color Hex Logo

#a562ce Color Hex

#A562CE
(165,98,206)
0 Favorites   0 Comments

Color spaces of #a562ce

RGB 16598206
HSL0.770.520.60
HSV277°52°81°
CMYK 0.200.520.00   0.19
XYZ31.025321.190960.8476
Yxy21.19090.27440.1874
Hunter Lab46.033639.7451-46.1466
CIE-Lab53.157846.1734-45.4994

#a562ce color RGB value is (165,98,206).

#a562ce hex color red value is 165, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a562ce hue: 0.77 , saturation: 0.52 and the lightness value of a562ce is 0.60.

The process color (four color CMYK) of #a562ce color hex is 0.20, 0.52, 0.00, 0.19. Web safe color of #a562ce is #9966cc. Color #a562ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 11001110
Octal 245 142 316
Decimal 165 98 206
Hex A5 62 CE

RGB Percentages of Color #a562ce

%35.18
%20.90
%43.92

CMYK Percentages of Color #a562ce

%20
%52
%0
%19

Triadic Colors of #a562ce

#a562ce #cea562 #62cea5

Analogous Colors of #a562ce

#a562ce #ce62c1 #6f62ce

Monochromatic Colors of #a562ce

#a562ce

Complementary Color

#a562ce #8bce62

#a562ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a562ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a562ce Color CSS Codes

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

#a562ce Text Font Color

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

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


#a562ce Background Color

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

This div background color is #a562ce


#a562ce Border Color

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

This div border color is #a562ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a562ce


Comments

No comments written yet.

Please login to write comment.