Color Hex Logo

#a242ad Color Hex

#A242AD
(162,66,173)
0 Favorites   0 Comments

Color spaces of #a242ad

RGB 16266173
HSL0.820.450.47
HSV294°62°68°
CMYK 0.060.620.00   0.32
XYZ24.391314.594941.0667
Yxy14.59490.30470.1823
Hunter Lab38.203347.1096-36.9916
CIE-Lab45.074354.4866-39.2013

#a242ad color RGB value is (162,66,173).

#a242ad hex color red value is 162, green value is 66 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a242ad hue: 0.82 , saturation: 0.45 and the lightness value of a242ad is 0.47.

The process color (four color CMYK) of #a242ad color hex is 0.06, 0.62, 0.00, 0.32. Web safe color of #a242ad is #993399. Color #a242ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000010 10101101
Octal 242 102 255
Decimal 162 66 173
Hex A2 42 AD

RGB Percentages of Color #a242ad

%40.40
%16.46
%43.14

CMYK Percentages of Color #a242ad

%6
%62
%0
%32

Triadic Colors of #a242ad

#a242ad #ada242 #42ada2

Analogous Colors of #a242ad

#a242ad #ad4283 #6d42ad

Monochromatic Colors of #a242ad

#a242ad

Complementary Color

#a242ad #4dad42

#a242ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a242ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a242ad Color CSS Codes

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

#a242ad Text Font Color

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

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


#a242ad Background Color

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

This div background color is #a242ad


#a242ad Border Color

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

This div border color is #a242ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,66,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a242ad


Comments

No comments written yet.

Please login to write comment.