Color Hex Logo

#a308cc Color Hex

#A308CC
(163,8,204)
0 Favorites   0 Comments

Color spaces of #a308cc

RGB 1638204
HSL0.800.920.42
HSV287°96°80°
CMYK 0.200.960.00   0.20
XYZ26.090212.319858.1296
Yxy12.31980.27030.1276
Hunter Lab35.099671.2583-73.6225
CIE-Lab41.719976.1570-62.7295

#a308cc color RGB value is (163,8,204).

#a308cc hex color red value is 163, green value is 8 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a308cc hue: 0.80 , saturation: 0.92 and the lightness value of a308cc is 0.42.

The process color (four color CMYK) of #a308cc color hex is 0.20, 0.96, 0.00, 0.20. Web safe color of #a308cc is #9900cc. Color #a308cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001000 11001100
Octal 243 10 314
Decimal 163 8 204
Hex A3 8 CC

RGB Percentages of Color #a308cc

%43.47
%2.13
%54.40

CMYK Percentages of Color #a308cc

%20
%96
%0
%20

Triadic Colors of #a308cc

#a308cc #cca308 #08cca3

Analogous Colors of #a308cc

#a308cc #cc0893 #4108cc

Monochromatic Colors of #a308cc

#a308cc

Complementary Color

#a308cc #31cc08

#a308cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a308cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a308cc Color CSS Codes

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

#a308cc Text Font Color

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

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


#a308cc Background Color

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

This div background color is #a308cc


#a308cc Border Color

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

This div border color is #a308cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a308cc


Comments

No comments written yet.

Please login to write comment.