Color Hex Logo

#a113cc Color Hex

#A113CC
(161,19,204)
0 Favorites   0 Comments

Color spaces of #a113cc

RGB 16119204
HSL0.790.830.44
HSV286°91°80°
CMYK 0.210.910.00   0.20
XYZ25.829912.402458.1593
Yxy12.40240.26800.1287
Hunter Lab35.217069.2908-73.2627
CIE-Lab41.848774.5179-62.5352

#a113cc color RGB value is (161,19,204).

#a113cc hex color red value is 161, green value is 19 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a113cc hue: 0.79 , saturation: 0.83 and the lightness value of a113cc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010011 11001100
Octal 241 23 314
Decimal 161 19 204
Hex A1 13 CC

RGB Percentages of Color #a113cc

%41.93
%4.95
%53.13

CMYK Percentages of Color #a113cc

%21
%91
%0
%20

Triadic Colors of #a113cc

#a113cc #cca113 #13cca1

Analogous Colors of #a113cc

#a113cc #cc139b #4413cc

Monochromatic Colors of #a113cc

#a113cc

Complementary Color

#a113cc #3ecc13

#a113cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a113cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a113cc Color CSS Codes

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

#a113cc Text Font Color

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

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


#a113cc Background Color

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

This div background color is #a113cc


#a113cc Border Color

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

This div border color is #a113cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a113cc


Comments

No comments written yet.

Please login to write comment.