Color Hex Logo

#a12aee Color Hex

#A12AEE
(161,42,238)
0 Favorites   0 Comments

Color spaces of #a12aee

RGB 16142238
HSL0.770.850.55
HSV276°82°93°
CMYK 0.320.820.00   0.07
XYZ30.958515.406082.2309
Yxy15.40600.24070.1198
Hunter Lab39.250572.1021-96.7390
CIE-Lab46.185375.9799-74.9168

#a12aee color RGB value is (161,42,238).

#a12aee hex color red value is 161, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a12aee hue: 0.77 , saturation: 0.85 and the lightness value of a12aee is 0.55.

The process color (four color CMYK) of #a12aee color hex is 0.32, 0.82, 0.00, 0.07. Web safe color of #a12aee is #9933ff. Color #a12aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101010 11101110
Octal 241 52 356
Decimal 161 42 238
Hex A1 2A EE

RGB Percentages of Color #a12aee

%36.51
%9.52
%53.97

CMYK Percentages of Color #a12aee

%32
%82
%0
%7

Triadic Colors of #a12aee

#a12aee #eea12a #2aeea1

Analogous Colors of #a12aee

#a12aee #ee2ad9 #3f2aee

Monochromatic Colors of #a12aee

#a12aee

Complementary Color

#a12aee #77ee2a

#a12aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12aee Color CSS Codes

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

#a12aee Text Font Color

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

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


#a12aee Background Color

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

This div background color is #a12aee


#a12aee Border Color

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

This div border color is #a12aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12aee


Comments

No comments written yet.

Please login to write comment.