Color Hex Logo

#a56dfd Color Hex

#A56DFD
(165,109,253)
0 Favorites   0 Comments

Color spaces of #a56dfd

RGB 165109253
HSL0.730.970.71
HSV263°57°99°
CMYK 0.350.570.00   0.01
XYZ38.715326.028595.9120
Yxy26.02850.24100.1620
Hunter Lab51.018146.1737-75.7501
CIE-Lab58.064151.3975-64.0234

#a56dfd color RGB value is (165,109,253).

#a56dfd hex color red value is 165, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a56dfd hue: 0.73 , saturation: 0.97 and the lightness value of a56dfd is 0.71.

The process color (four color CMYK) of #a56dfd color hex is 0.35, 0.57, 0.00, 0.01. Web safe color of #a56dfd is #9966ff. Color #a56dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101101 11111101
Octal 245 155 375
Decimal 165 109 253
Hex A5 6D FD

RGB Percentages of Color #a56dfd

%31.31
%20.68
%48.01

CMYK Percentages of Color #a56dfd

%35
%57
%0
%1

Triadic Colors of #a56dfd

#a56dfd #fda56d #6dfda5

Analogous Colors of #a56dfd

#a56dfd #ed6dfd #6d7dfd

Monochromatic Colors of #a56dfd

#a56dfd

Complementary Color

#a56dfd #c5fd6d

#a56dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56dfd Color CSS Codes

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

#a56dfd Text Font Color

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

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


#a56dfd Background Color

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

This div background color is #a56dfd


#a56dfd Border Color

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

This div border color is #a56dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56dfd


Comments

No comments written yet.

Please login to write comment.