Color Hex Logo

#a811cc Color Hex

#A811CC
(168,17,204)
0 Favorites   0 Comments

Color spaces of #a811cc

RGB 16817204
HSL0.800.850.43
HSV288°92°80°
CMYK 0.180.920.00   0.20
XYZ27.248013.085458.2163
Yxy13.08540.27650.1328
Hunter Lab36.173771.1517-70.0969
CIE-Lab42.891675.8439-60.7900

#a811cc color RGB value is (168,17,204).

#a811cc hex color red value is 168, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a811cc hue: 0.80 , saturation: 0.85 and the lightness value of a811cc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010001 11001100
Octal 250 21 314
Decimal 168 17 204
Hex A8 11 CC

RGB Percentages of Color #a811cc

%43.19
%4.37
%52.44

CMYK Percentages of Color #a811cc

%18
%92
%0
%20

Triadic Colors of #a811cc

#a811cc #cca811 #11cca8

Analogous Colors of #a811cc

#a811cc #cc1193 #4b11cc

Monochromatic Colors of #a811cc

#a811cc

Complementary Color

#a811cc #35cc11

#a811cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a811cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a811cc Color CSS Codes

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

#a811cc Text Font Color

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

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


#a811cc Background Color

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

This div background color is #a811cc


#a811cc Border Color

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

This div border color is #a811cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a811cc


Comments

No comments written yet.

Please login to write comment.