Color Hex Logo

#a055df Color Hex

#A055DF
(160,85,223)
0 Favorites   0 Comments

Color spaces of #a055df

RGB 16085223
HSL0.760.680.60
HSV273°62°87°
CMYK 0.280.620.00   0.13
XYZ31.065019.298371.8997
Yxy19.29830.25410.1578
Hunter Lab43.929849.3492-66.2887
CIE-Lab51.034455.4728-58.5850

#a055df color RGB value is (160,85,223).

#a055df hex color red value is 160, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a055df hue: 0.76 , saturation: 0.68 and the lightness value of a055df is 0.60.

The process color (four color CMYK) of #a055df color hex is 0.28, 0.62, 0.00, 0.13. Web safe color of #a055df is #9966cc. Color #a055df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 11011111
Octal 240 125 337
Decimal 160 85 223
Hex A0 55 DF

RGB Percentages of Color #a055df

%34.19
%18.16
%47.65

CMYK Percentages of Color #a055df

%28
%62
%0
%13

Triadic Colors of #a055df

#a055df #dfa055 #55dfa0

Analogous Colors of #a055df

#a055df #df55d9 #5b55df

Monochromatic Colors of #a055df

#a055df

Complementary Color

#a055df #94df55

#a055df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055df Color CSS Codes

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

#a055df Text Font Color

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

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


#a055df Background Color

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

This div background color is #a055df


#a055df Border Color

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

This div border color is #a055df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,85,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 #a055df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055df


Comments

No comments written yet.

Please login to write comment.