Color Hex Logo

#a59cfd Color Hex

#A59CFD
(165,156,253)
0 Favorites   0 Comments

Color spaces of #a59cfd

RGB 165156253
HSL0.680.960.80
HSV246°38°99°
CMYK 0.350.380.00   0.01
XYZ45.135138.868198.0519
Yxy38.86810.24790.2135
Hunter Lab62.344320.1253-49.6073
CIE-Lab68.655625.1926-47.1775

#a59cfd color RGB value is (165,156,253).

#a59cfd hex color red value is 165, green value is 156 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a59cfd hue: 0.68 , saturation: 0.96 and the lightness value of a59cfd is 0.80.

The process color (four color CMYK) of #a59cfd color hex is 0.35, 0.38, 0.00, 0.01. Web safe color of #a59cfd is #9999ff. Color #a59cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011100 11111101
Octal 245 234 375
Decimal 165 156 253
Hex A5 9C FD

RGB Percentages of Color #a59cfd

%28.75
%27.18
%44.08

CMYK Percentages of Color #a59cfd

%35
%38
%0
%1

Triadic Colors of #a59cfd

#a59cfd #fda59c #9cfda5

Analogous Colors of #a59cfd

#a59cfd #d69cfd #9cc4fd

Monochromatic Colors of #a59cfd

#a59cfd

Complementary Color

#a59cfd #f4fd9c

#a59cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59cfd Color CSS Codes

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

#a59cfd Text Font Color

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

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


#a59cfd Background Color

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

This div background color is #a59cfd


#a59cfd Border Color

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

This div border color is #a59cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.