Color Hex Logo

#a118cc Color Hex

#A118CC
(161,24,204)
0 Favorites   0 Comments

Color spaces of #a118cc

RGB 16124204
HSL0.790.790.45
HSV286°88°80°
CMYK 0.210.880.00   0.20
XYZ25.923712.590058.1905
Yxy12.59000.26810.1302
Hunter Lab35.482468.3193-72.3969
CIE-Lab42.138973.6586-62.0639

#a118cc color RGB value is (161,24,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011000 11001100
Octal 241 30 314
Decimal 161 24 204
Hex A1 18 CC

RGB Percentages of Color #a118cc

%41.39
%6.17
%52.44

CMYK Percentages of Color #a118cc

%21
%88
%0
%20

Triadic Colors of #a118cc

#a118cc #cca118 #18cca1

Analogous Colors of #a118cc

#a118cc #cc189d #4718cc

Monochromatic Colors of #a118cc

#a118cc

Complementary Color

#a118cc #43cc18

#a118cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a118cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a118cc Color CSS Codes

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

#a118cc Text Font Color

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

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


#a118cc Background Color

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

This div background color is #a118cc


#a118cc Border Color

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

This div border color is #a118cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a118cc


Comments

No comments written yet.

Please login to write comment.