Color Hex Logo

#a942ee Color Hex

#A942EE
(169,66,238)
0 Favorites   0 Comments

Color spaces of #a942ee

RGB 16966238
HSL0.770.830.60
HSV276°72°93°
CMYK 0.290.720.00   0.07
XYZ33.743018.504582.6822
Yxy18.50450.25010.1371
Hunter Lab43.016964.7383-83.8488
CIE-Lab50.102469.1155-68.4958

#a942ee color RGB value is (169,66,238).

#a942ee hex color red value is 169, green value is 66 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a942ee hue: 0.77 , saturation: 0.83 and the lightness value of a942ee is 0.60.

The process color (four color CMYK) of #a942ee color hex is 0.29, 0.72, 0.00, 0.07. Web safe color of #a942ee is #9933ff. Color #a942ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000010 11101110
Octal 251 102 356
Decimal 169 66 238
Hex A9 42 EE

RGB Percentages of Color #a942ee

%35.73
%13.95
%50.32

CMYK Percentages of Color #a942ee

%29
%72
%0
%7

Triadic Colors of #a942ee

#a942ee #eea942 #42eea9

Analogous Colors of #a942ee

#a942ee #ee42dd #5342ee

Monochromatic Colors of #a942ee

#a942ee

Complementary Color

#a942ee #87ee42

#a942ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a942ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a942ee Color CSS Codes

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

#a942ee Text Font Color

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

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


#a942ee Background Color

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

This div background color is #a942ee


#a942ee Border Color

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

This div border color is #a942ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a942ee


Comments

No comments written yet.

Please login to write comment.