Color Hex Logo

#a263dc Color Hex

#A263DC
(162,99,220)
0 Favorites   0 Comments

Color spaces of #a263dc

RGB 16299220
HSL0.750.630.63
HSV271°55°86°
CMYK 0.260.550.00   0.14
XYZ32.280421.772470.2113
Yxy21.77240.25980.1752
Hunter Lab46.660941.8312-56.5518
CIE-Lab53.784748.0524-52.4691

#a263dc color RGB value is (162,99,220).

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

The process color (four color CMYK) of #a263dc color hex is 0.26, 0.55, 0.00, 0.14. Web safe color of #a263dc is #9966cc. Color #a263dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 11011100
Octal 242 143 334
Decimal 162 99 220
Hex A2 63 DC

RGB Percentages of Color #a263dc

%33.68
%20.58
%45.74

CMYK Percentages of Color #a263dc

%26
%55
%0
%14

Triadic Colors of #a263dc

#a263dc #dca263 #63dca2

Analogous Colors of #a263dc

#a263dc #dc63da #6663dc

Monochromatic Colors of #a263dc

#a263dc

Complementary Color

#a263dc #9ddc63

#a263dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263dc Color CSS Codes

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

#a263dc Text Font Color

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

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


#a263dc Background Color

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

This div background color is #a263dc


#a263dc Border Color

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

This div border color is #a263dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263dc


Comments

No comments written yet.

Please login to write comment.