Color Hex Logo

#a630cc Color Hex

#A630CC
(166,48,204)
0 Favorites   0 Comments

Color spaces of #a630cc

RGB 16648204
HSL0.790.620.49
HSV285°76°80°
CMYK 0.190.760.00   0.20
XYZ27.681914.580558.4821
Yxy14.58050.27480.1447
Hunter Lab38.184462.5813-64.0777
CIE-Lab45.054268.2634-57.3081

#a630cc color RGB value is (166,48,204).

#a630cc hex color red value is 166, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a630cc hue: 0.79 , saturation: 0.62 and the lightness value of a630cc is 0.49.

The process color (four color CMYK) of #a630cc color hex is 0.19, 0.76, 0.00, 0.20. Web safe color of #a630cc is #9933cc. Color #a630cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110000 11001100
Octal 246 60 314
Decimal 166 48 204
Hex A6 30 CC

RGB Percentages of Color #a630cc

%39.71
%11.48
%48.80

CMYK Percentages of Color #a630cc

%19
%76
%0
%20

Triadic Colors of #a630cc

#a630cc #cca630 #30cca6

Analogous Colors of #a630cc

#a630cc #cc30a4 #5830cc

Monochromatic Colors of #a630cc

#a630cc

Complementary Color

#a630cc #56cc30

#a630cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a630cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a630cc Color CSS Codes

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

#a630cc Text Font Color

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

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


#a630cc Background Color

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

This div background color is #a630cc


#a630cc Border Color

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

This div border color is #a630cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,48,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a630cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a630cc;
  -webkit-box-shadow: 1px 1px 3px 2px #a630cc;
  box-shadow:         1px 1px 3px 2px #a630cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,48,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a630cc


Comments

No comments written yet.

Please login to write comment.