Color Hex Logo

#a568eb Color Hex

#A568EB
(165,104,235)
0 Favorites   0 Comments

Color spaces of #a568eb

RGB 165104235
HSL0.740.770.66
HSV268°56°92°
CMYK 0.300.560.00   0.08
XYZ35.462823.898181.3410
Yxy23.89810.25200.1698
Hunter Lab48.885743.9381-64.4328
CIE-Lab55.985649.6721-57.3603

#a568eb color RGB value is (165,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 11101011
Octal 245 150 353
Decimal 165 104 235
Hex A5 68 EB

RGB Percentages of Color #a568eb

%32.74
%20.63
%46.63

CMYK Percentages of Color #a568eb

%30
%56
%0
%8

Triadic Colors of #a568eb

#a568eb #eba568 #68eba5

Analogous Colors of #a568eb

#a568eb #e768eb #686deb

Monochromatic Colors of #a568eb

#a568eb

Complementary Color

#a568eb #aeeb68

#a568eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a568eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a568eb Color CSS Codes

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

#a568eb Text Font Color

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

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


#a568eb Background Color

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

This div background color is #a568eb


#a568eb Border Color

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

This div border color is #a568eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,104,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 #a568eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a568eb


Comments

No comments written yet.

Please login to write comment.