Color Hex Logo

#a055ff Color Hex

#A055FF
(160,85,255)
0 Favorites   0 Comments

Color spaces of #a055ff

RGB 16085255
HSL0.741.000.67
HSV266°67°100°
CMYK 0.370.670.00   0.00
XYZ35.795721.190696.8113
Yxy21.19060.23270.1378
Hunter Lab46.033258.2444-92.4679
CIE-Lab53.157562.9853-73.0804

#a055ff color RGB value is (160,85,255).

#a055ff hex color red value is 160, green value is 85 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a055ff hue: 0.74 , saturation: 1.00 and the lightness value of a055ff is 0.67.

The process color (four color CMYK) of #a055ff color hex is 0.37, 0.67, 0.00, 0.00. Web safe color of #a055ff is #9966ff. Color #a055ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 11111111
Octal 240 125 377
Decimal 160 85 255
Hex A0 55 FF

RGB Percentages of Color #a055ff

%32.00
%17.00
%51.00

CMYK Percentages of Color #a055ff

%37
%67
%0
%0

Triadic Colors of #a055ff

#a055ff #ffa055 #55ffa0

Analogous Colors of #a055ff

#a055ff #f555ff #555fff

Monochromatic Colors of #a055ff

#a055ff

Complementary Color

#a055ff #b4ff55

#a055ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055ff Color CSS Codes

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

#a055ff Text Font Color

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

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


#a055ff Background Color

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

This div background color is #a055ff


#a055ff Border Color

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

This div border color is #a055ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055ff

Related Colors


Comments

No comments written yet.

Please login to write comment.