Color Hex Logo

#a063ce Color Hex

#A063CE
(160,99,206)
0 Favorites   0 Comments

Color spaces of #a063ce

RGB 16099206
HSL0.760.520.60
HSV274°52°81°
CMYK 0.220.520.00   0.19
XYZ30.099620.853560.8312
Yxy20.85350.26930.1866
Hunter Lab45.665637.7399-47.0143
CIE-Lab52.788844.3054-46.1208

#a063ce color RGB value is (160,99,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100011 11001110
Octal 240 143 316
Decimal 160 99 206
Hex A0 63 CE

RGB Percentages of Color #a063ce

%34.41
%21.29
%44.30

CMYK Percentages of Color #a063ce

%22
%52
%0
%19

Triadic Colors of #a063ce

#a063ce #cea063 #63cea0

Analogous Colors of #a063ce

#a063ce #ce63c7 #6b63ce

Monochromatic Colors of #a063ce

#a063ce

Complementary Color

#a063ce #91ce63

#a063ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a063ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a063ce Color CSS Codes

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

#a063ce Text Font Color

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

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


#a063ce Background Color

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

This div background color is #a063ce


#a063ce Border Color

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

This div border color is #a063ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a063ce


Comments

No comments written yet.

Please login to write comment.