Color Hex Logo

#a562eb Color Hex

#A562EB
(165,98,235)
0 Favorites   0 Comments

Color spaces of #a562eb

RGB 16598235
HSL0.750.770.65
HSV269°58°92°
CMYK 0.300.580.00   0.08
XYZ34.880122.732981.1468
Yxy22.73290.25140.1638
Hunter Lab47.679047.1453-67.5326
CIE-Lab54.796152.8168-59.2666

#a562eb color RGB value is (165,98,235).

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

The process color (four color CMYK) of #a562eb color hex is 0.30, 0.58, 0.00, 0.08. Web safe color of #a562eb is #9966ff. Color #a562eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 11101011
Octal 245 142 353
Decimal 165 98 235
Hex A5 62 EB

RGB Percentages of Color #a562eb

%33.13
%19.68
%47.19

CMYK Percentages of Color #a562eb

%30
%58
%0
%8

Triadic Colors of #a562eb

#a562eb #eba562 #62eba5

Analogous Colors of #a562eb

#a562eb #ea62eb #6264eb

Monochromatic Colors of #a562eb

#a562eb

Complementary Color

#a562eb #a8eb62

#a562eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a562eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a562eb Color CSS Codes

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

#a562eb Text Font Color

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

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


#a562eb Background Color

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

This div background color is #a562eb


#a562eb Border Color

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

This div border color is #a562eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a562eb


Comments

No comments written yet.

Please login to write comment.