Color Hex Logo

#a56ff0 Color Hex

#A56FF0
(165,111,240)
0 Favorites   0 Comments

Color spaces of #a56ff0

RGB 165111240
HSL0.740.810.69
HSV265°54°94°
CMYK 0.310.540.00   0.06
XYZ36.929725.659585.4444
Yxy25.65950.24950.1733
Hunter Lab50.655241.4871-64.5508
CIE-Lab57.712447.1252-57.3847

#a56ff0 color RGB value is (165,111,240).

#a56ff0 hex color red value is 165, green value is 111 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #a56ff0 hue: 0.74 , saturation: 0.81 and the lightness value of a56ff0 is 0.69.

The process color (four color CMYK) of #a56ff0 color hex is 0.31, 0.54, 0.00, 0.06. Web safe color of #a56ff0 is #9966ff. Color #a56ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101111 11110000
Octal 245 157 360
Decimal 165 111 240
Hex A5 6F F0

RGB Percentages of Color #a56ff0

%31.98
%21.51
%46.51

CMYK Percentages of Color #a56ff0

%31
%54
%0
%6

Triadic Colors of #a56ff0

#a56ff0 #f0a56f #6ff0a5

Analogous Colors of #a56ff0

#a56ff0 #e66ff0 #6f7af0

Monochromatic Colors of #a56ff0

#a56ff0

Complementary Color

#a56ff0 #baf06f

#a56ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56ff0 Color CSS Codes

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

#a56ff0 Text Font Color

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

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


#a56ff0 Background Color

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

This div background color is #a56ff0


#a56ff0 Border Color

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

This div border color is #a56ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56ff0


Comments

No comments written yet.

Please login to write comment.