Color Hex Logo

#a055ce Color Hex

#A055CE
(160,85,206)
0 Favorites   0 Comments

Color spaces of #a055ce

RGB 16085206
HSL0.770.550.57
HSV277°59°81°
CMYK 0.220.590.00   0.19
XYZ28.886318.426860.4268
Yxy18.42680.26810.1710
Hunter Lab42.926444.9959-53.4130
CIE-Lab50.009751.6419-50.5465

#a055ce color RGB value is (160,85,206).

#a055ce hex color red value is 160, green value is 85 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a055ce hue: 0.77 , saturation: 0.55 and the lightness value of a055ce is 0.57.

The process color (four color CMYK) of #a055ce color hex is 0.22, 0.59, 0.00, 0.19. Web safe color of #a055ce is #9966cc. Color #a055ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 11001110
Octal 240 125 316
Decimal 160 85 206
Hex A0 55 CE

RGB Percentages of Color #a055ce

%35.48
%18.85
%45.68

CMYK Percentages of Color #a055ce

%22
%59
%0
%19

Triadic Colors of #a055ce

#a055ce #cea055 #55cea0

Analogous Colors of #a055ce

#a055ce #ce55c0 #6455ce

Monochromatic Colors of #a055ce

#a055ce

Complementary Color

#a055ce #83ce55

#a055ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055ce Color CSS Codes

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

#a055ce Text Font Color

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

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


#a055ce Background Color

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

This div background color is #a055ce


#a055ce Border Color

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

This div border color is #a055ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055ce


Comments

No comments written yet.

Please login to write comment.