Color Hex Logo

#a56edf Color Hex

#A56EDF
(165,110,223)
0 Favorites   0 Comments

Color spaces of #a56edf

RGB 165110223
HSL0.750.640.65
HSV269°51°87°
CMYK 0.260.510.00   0.13
XYZ34.412324.478972.7232
Yxy24.47890.26150.1860
Hunter Lab49.476237.5694-52.5149
CIE-Lab56.564143.5887-49.7134

#a56edf color RGB value is (165,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101110 11011111
Octal 245 156 337
Decimal 165 110 223
Hex A5 6E DF

RGB Percentages of Color #a56edf

%33.13
%22.09
%44.78

CMYK Percentages of Color #a56edf

%26
%51
%0
%13

Triadic Colors of #a56edf

#a56edf #dfa56e #6edfa5

Analogous Colors of #a56edf

#a56edf #de6edf #6e70df

Monochromatic Colors of #a56edf

#a56edf

Complementary Color

#a56edf #a8df6e

#a56edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56edf Color CSS Codes

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

#a56edf Text Font Color

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

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


#a56edf Background Color

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

This div background color is #a56edf


#a56edf Border Color

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

This div border color is #a56edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56edf


Comments

No comments written yet.

Please login to write comment.