Color Hex Logo

#a12ada Color Hex

#A12ADA
(161,42,218)
0 Favorites   0 Comments

Color spaces of #a12ada

RGB 16142218
HSL0.780.700.51
HSV281°81°85°
CMYK 0.260.810.00   0.15
XYZ28.180814.295067.6036
Yxy14.29500.25600.1299
Hunter Lab37.808766.8800-79.5469
CIE-Lab44.653171.9716-66.0471

#a12ada color RGB value is (161,42,218).

#a12ada hex color red value is 161, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a12ada hue: 0.78 , saturation: 0.70 and the lightness value of a12ada is 0.51.

The process color (four color CMYK) of #a12ada color hex is 0.26, 0.81, 0.00, 0.15. Web safe color of #a12ada is #9933cc. Color #a12ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101010 11011010
Octal 241 52 332
Decimal 161 42 218
Hex A1 2A DA

RGB Percentages of Color #a12ada

%38.24
%9.98
%51.78

CMYK Percentages of Color #a12ada

%26
%81
%0
%15

Triadic Colors of #a12ada

#a12ada #daa12a #2adaa1

Analogous Colors of #a12ada

#a12ada #da2abb #492ada

Monochromatic Colors of #a12ada

#a12ada

Complementary Color

#a12ada #63da2a

#a12ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12ada Color CSS Codes

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

#a12ada Text Font Color

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

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


#a12ada Background Color

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

This div background color is #a12ada


#a12ada Border Color

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

This div border color is #a12ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12ada


Comments

No comments written yet.

Please login to write comment.