Color Hex Logo

#a566eb Color Hex

#A566EB
(165,102,235)
0 Favorites   0 Comments

Color spaces of #a566eb

RGB 165102235
HSL0.750.770.66
HSV268°57°92°
CMYK 0.300.570.00   0.08
XYZ35.263823.500281.2747
Yxy23.50020.25180.1678
Hunter Lab48.477045.0121-65.4695
CIE-Lab55.583950.7293-58.0037

#a566eb color RGB value is (165,102,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 11101011
Octal 245 146 353
Decimal 165 102 235
Hex A5 66 EB

RGB Percentages of Color #a566eb

%32.87
%20.32
%46.81

CMYK Percentages of Color #a566eb

%30
%57
%0
%8

Triadic Colors of #a566eb

#a566eb #eba566 #66eba5

Analogous Colors of #a566eb

#a566eb #e866eb #666aeb

Monochromatic Colors of #a566eb

#a566eb

Complementary Color

#a566eb #aceb66

#a566eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a566eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a566eb Color CSS Codes

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

#a566eb Text Font Color

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

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


#a566eb Background Color

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

This div background color is #a566eb


#a566eb Border Color

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

This div border color is #a566eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a566eb


Comments

No comments written yet.

Please login to write comment.