Color Hex Logo

#a842da Color Hex

#A842DA
(168,66,218)
0 Favorites   0 Comments

Color spaces of #a842da

RGB 16866218
HSL0.780.670.56
HSV280°70°85°
CMYK 0.230.700.00   0.15
XYZ30.751617.283268.0449
Yxy17.28320.26490.1489
Hunter Lab41.573159.2836-67.9420
CIE-Lab48.614964.7395-59.5867

#a842da color RGB value is (168,66,218).

#a842da hex color red value is 168, green value is 66 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a842da hue: 0.78 , saturation: 0.67 and the lightness value of a842da is 0.56.

The process color (four color CMYK) of #a842da color hex is 0.23, 0.70, 0.00, 0.15. Web safe color of #a842da is #9933cc. Color #a842da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000010 11011010
Octal 250 102 332
Decimal 168 66 218
Hex A8 42 DA

RGB Percentages of Color #a842da

%37.17
%14.60
%48.23

CMYK Percentages of Color #a842da

%23
%70
%0
%15

Triadic Colors of #a842da

#a842da #daa842 #42daa8

Analogous Colors of #a842da

#a842da #da42c0 #5c42da

Monochromatic Colors of #a842da

#a842da

Complementary Color

#a842da #74da42

#a842da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a842da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a842da Color CSS Codes

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

#a842da Text Font Color

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

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


#a842da Background Color

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

This div background color is #a842da


#a842da Border Color

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

This div border color is #a842da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a842da


Comments

No comments written yet.

Please login to write comment.