Color Hex Logo

#a050ce Color Hex

#A050CE
(160,80,206)
0 Favorites   0 Comments

Color spaces of #a050ce

RGB 16080206
HSL0.770.560.56
HSV278°61°81°
CMYK 0.220.610.00   0.19
XYZ28.506417.667160.3002
Yxy17.66710.26770.1659
Hunter Lab42.032247.5028-55.6359
CIE-Lab49.089854.1268-52.0177

#a050ce color RGB value is (160,80,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 11001110
Octal 240 120 316
Decimal 160 80 206
Hex A0 50 CE

RGB Percentages of Color #a050ce

%35.87
%17.94
%46.19

CMYK Percentages of Color #a050ce

%22
%61
%0
%19

Triadic Colors of #a050ce

#a050ce #cea050 #50cea0

Analogous Colors of #a050ce

#a050ce #ce50bd #6150ce

Monochromatic Colors of #a050ce

#a050ce

Complementary Color

#a050ce #7ece50

#a050ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a050ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a050ce Color CSS Codes

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

#a050ce Text Font Color

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

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


#a050ce Background Color

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

This div background color is #a050ce


#a050ce Border Color

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

This div border color is #a050ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a050ce


Comments

No comments written yet.

Please login to write comment.