color codes Logo

#a063dc color codes

#A063DC
(160,99,220)
0 Favorites   0 Comments

Color spaces of #a063dc

RGB 16099220
HSL0.750.630.63
HSV270°55°86°
CMYK 0.270.550.00   0.14
XYZ31.877321.564670.1924
Yxy21.56460.25780.1744
Hunter Lab46.437741.2659-57.1128
CIE-Lab53.562047.5543-52.8376

#a063dc color RGB value is (160,99,220).

#a063dc hex color red value is 160, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a063dc hue: 0.75 , saturation: 0.63 and the lightness value of a063dc is 0.63.

The process color (four color CMYK) of #a063dc color code is 0.27, 0.55, 0.00, 0.14. Web safe color of #a063dc is #9966cc. Color #a063dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100011 11011100
Octal 240 143 334
Decimal 160 99 220
Hex A0 63 DC

RGB Percentages of Color #a063dc

%33.40
%20.67
%45.93

CMYK Percentages of Color #a063dc

%27
%55
%0
%14

Triadic Colors of #a063dc

#a063dc #dca063 #63dca0

Analogous Colors of #a063dc

#a063dc #dc63dc #6463dc

Monochromatic Colors of #a063dc

#a063dc

Complementary Color

#a063dc #9fdc63

#a063dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a063dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a063dc Color CSS Codes

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

#a063dc Text Font Color

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

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


#a063dc Background Color

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

This div background color is #a063dc


#a063dc Border Color

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

This div border color is #a063dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a063dc


Comments

No comments written yet.

Please login to write comment.