Color Hex Logo

#a118ca Color Hex

#A118CA
(161,24,202)
0 Favorites   0 Comments

Color spaces of #a118ca

RGB 16124202
HSL0.790.790.44
HSV286°88°79°
CMYK 0.200.880.00   0.21
XYZ25.685212.494656.9351
Yxy12.49460.27000.1314
Hunter Lab35.347767.8475-70.7559
CIE-Lab41.991673.2957-61.1420

#a118ca color RGB value is (161,24,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011000 11001010
Octal 241 30 312
Decimal 161 24 202
Hex A1 18 CA

RGB Percentages of Color #a118ca

%41.60
%6.20
%52.20

CMYK Percentages of Color #a118ca

%20
%88
%0
%21

Triadic Colors of #a118ca

#a118ca #caa118 #18caa1

Analogous Colors of #a118ca

#a118ca #ca189a #4818ca

Monochromatic Colors of #a118ca

#a118ca

Complementary Color

#a118ca #41ca18

#a118ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a118ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a118ca Color CSS Codes

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

#a118ca Text Font Color

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

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


#a118ca Background Color

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

This div background color is #a118ca


#a118ca Border Color

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

This div border color is #a118ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a118ca


Comments

No comments written yet.

Please login to write comment.