Color Hex Logo

#a118cd Color Hex

#A118CD
(161,24,205)
0 Favorites   0 Comments

Color spaces of #a118cd

RGB 16124205
HSL0.790.790.45
HSV285°88°80°
CMYK 0.210.880.00   0.20
XYZ26.044012.638158.8243
Yxy12.63810.26710.1296
Hunter Lab35.550168.5564-73.2213
CIE-Lab42.212873.8406-62.5235

#a118cd color RGB value is (161,24,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011000 11001101
Octal 241 30 315
Decimal 161 24 205
Hex A1 18 CD

RGB Percentages of Color #a118cd

%41.28
%6.15
%52.56

CMYK Percentages of Color #a118cd

%21
%88
%0
%20

Triadic Colors of #a118cd

#a118cd #cda118 #18cda1

Analogous Colors of #a118cd

#a118cd #cd189f #4718cd

Monochromatic Colors of #a118cd

#a118cd

Complementary Color

#a118cd #44cd18

#a118cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a118cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a118cd Color CSS Codes

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

#a118cd Text Font Color

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

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


#a118cd Background Color

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

This div background color is #a118cd


#a118cd Border Color

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

This div border color is #a118cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,24,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a118cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a118cd


Comments

No comments written yet.

Please login to write comment.