Color Hex Logo

#a566de Color Hex

#A566DE
(165,102,222)
0 Favorites   0 Comments

Color spaces of #a566de

RGB 165102222
HSL0.750.650.64
HSV272°54°87°
CMYK 0.260.540.00   0.13
XYZ33.453222.776071.7403
Yxy22.77600.26140.1780
Hunter Lab47.724241.6056-55.7194
CIE-Lab54.840947.6745-51.8934

#a566de color RGB value is (165,102,222).

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

The process color (four color CMYK) of #a566de color hex is 0.26, 0.54, 0.00, 0.13. Web safe color of #a566de is #9966cc. Color #a566de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 11011110
Octal 245 146 336
Decimal 165 102 222
Hex A5 66 DE

RGB Percentages of Color #a566de

%33.74
%20.86
%45.40

CMYK Percentages of Color #a566de

%26
%54
%0
%13

Triadic Colors of #a566de

#a566de #dea566 #66dea5

Analogous Colors of #a566de

#a566de #de66db #6966de

Monochromatic Colors of #a566de

#a566de

Complementary Color

#a566de #9fde66

#a566de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a566de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a566de Color CSS Codes

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

#a566de Text Font Color

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

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


#a566de Background Color

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

This div background color is #a566de


#a566de Border Color

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

This div border color is #a566de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a566de


Comments

No comments written yet.

Please login to write comment.