Color Hex Logo

#a056ee Color Hex

#A056EE
(160,86,238)
0 Favorites   0 Comments

Color spaces of #a056ee

RGB 16086238
HSL0.750.820.64
HSV269°64°93°
CMYK 0.330.640.00   0.07
XYZ33.257620.302283.0548
Yxy20.30220.24340.1486
Hunter Lab45.058052.9007-77.7480
CIE-Lab52.177258.4665-65.1923

#a056ee color RGB value is (160,86,238).

#a056ee hex color red value is 160, green value is 86 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a056ee hue: 0.75 , saturation: 0.82 and the lightness value of a056ee is 0.64.

The process color (four color CMYK) of #a056ee color hex is 0.33, 0.64, 0.00, 0.07. Web safe color of #a056ee is #9966ff. Color #a056ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010110 11101110
Octal 240 126 356
Decimal 160 86 238
Hex A0 56 EE

RGB Percentages of Color #a056ee

%33.06
%17.77
%49.17

CMYK Percentages of Color #a056ee

%33
%64
%0
%7

Triadic Colors of #a056ee

#a056ee #eea056 #56eea0

Analogous Colors of #a056ee

#a056ee #ec56ee #5658ee

Monochromatic Colors of #a056ee

#a056ee

Complementary Color

#a056ee #a4ee56

#a056ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a056ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a056ee Color CSS Codes

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

#a056ee Text Font Color

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

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


#a056ee Background Color

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

This div background color is #a056ee


#a056ee Border Color

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

This div border color is #a056ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,86,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a056ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a056ee;
  -webkit-box-shadow: 1px 1px 3px 2px #a056ee;
  box-shadow:         1px 1px 3px 2px #a056ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,86,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a056ee


Comments

No comments written yet.

Please login to write comment.