Color Hex Logo

#a055ea Color Hex

#A055EA
(160,85,234)
0 Favorites   0 Comments

Color spaces of #a055ea

RGB 16085234
HSL0.750.780.63
HSV270°64°92°
CMYK 0.320.640.00   0.08
XYZ32.597019.911179.9671
Yxy19.91110.24610.1503
Hunter Lab44.621952.3089-75.0187
CIE-Lab51.736658.0174-63.6588

#a055ea color RGB value is (160,85,234).

#a055ea hex color red value is 160, green value is 85 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a055ea hue: 0.75 , saturation: 0.78 and the lightness value of a055ea is 0.63.

The process color (four color CMYK) of #a055ea color hex is 0.32, 0.64, 0.00, 0.08. Web safe color of #a055ea is #9966ff. Color #a055ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 11101010
Octal 240 125 352
Decimal 160 85 234
Hex A0 55 EA

RGB Percentages of Color #a055ea

%33.40
%17.75
%48.85

CMYK Percentages of Color #a055ea

%32
%64
%0
%8

Triadic Colors of #a055ea

#a055ea #eaa055 #55eaa0

Analogous Colors of #a055ea

#a055ea #ea55ea #5555ea

Monochromatic Colors of #a055ea

#a055ea

Complementary Color

#a055ea #9fea55

#a055ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055ea Color CSS Codes

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

#a055ea Text Font Color

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

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


#a055ea Background Color

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

This div background color is #a055ea


#a055ea Border Color

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

This div border color is #a055ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055ea


Comments

No comments written yet.

Please login to write comment.