Color Hex Logo

#a113dc Color Hex

#A113DC
(161,19,220)
0 Favorites   0 Comments

Color spaces of #a113dc

RGB 16119220
HSL0.780.840.47
HSV282°91°86°
CMYK 0.270.910.00   0.14
XYZ27.849113.210168.7921
Yxy13.21010.25350.1203
Hunter Lab36.345773.1668-86.7772
CIE-Lab43.078177.4468-69.7565

#a113dc color RGB value is (161,19,220).

#a113dc hex color red value is 161, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a113dc hue: 0.78 , saturation: 0.84 and the lightness value of a113dc is 0.47.

The process color (four color CMYK) of #a113dc color hex is 0.27, 0.91, 0.00, 0.14. Web safe color of #a113dc is #9900cc. Color #a113dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010011 11011100
Octal 241 23 334
Decimal 161 19 220
Hex A1 13 DC

RGB Percentages of Color #a113dc

%40.25
%4.75
%55.00

CMYK Percentages of Color #a113dc

%27
%91
%0
%14

Triadic Colors of #a113dc

#a113dc #dca113 #13dca1

Analogous Colors of #a113dc

#a113dc #dc13b3 #3c13dc

Monochromatic Colors of #a113dc

#a113dc

Complementary Color

#a113dc #4edc13

#a113dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a113dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a113dc Color CSS Codes

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

#a113dc Text Font Color

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

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


#a113dc Background Color

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

This div background color is #a113dc


#a113dc Border Color

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

This div border color is #a113dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a113dc


Comments

No comments written yet.

Please login to write comment.