Color Hex Logo

#a342ca Color Hex

#A342CA
(163,66,202)
0 Favorites   0 Comments

Color spaces of #a342ca

RGB 16366202
HSL0.790.560.53
HSV283°67°79°
CMYK 0.190.670.00   0.21
XYZ27.713115.947257.4946
Yxy15.94720.27400.1577
Hunter Lab39.933953.9899-57.4086
CIE-Lab46.905160.4096-53.1966

#a342ca color RGB value is (163,66,202).

#a342ca hex color red value is 163, green value is 66 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a342ca hue: 0.79 , saturation: 0.56 and the lightness value of a342ca is 0.53.

The process color (four color CMYK) of #a342ca color hex is 0.19, 0.67, 0.00, 0.21. Web safe color of #a342ca is #9933cc. Color #a342ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000010 11001010
Octal 243 102 312
Decimal 163 66 202
Hex A3 42 CA

RGB Percentages of Color #a342ca

%37.82
%15.31
%46.87

CMYK Percentages of Color #a342ca

%19
%67
%0
%21

Triadic Colors of #a342ca

#a342ca #caa342 #42caa3

Analogous Colors of #a342ca

#a342ca #ca42ad #5f42ca

Monochromatic Colors of #a342ca

#a342ca

Complementary Color

#a342ca #69ca42

#a342ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a342ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a342ca Color CSS Codes

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

#a342ca Text Font Color

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

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


#a342ca Background Color

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

This div background color is #a342ca


#a342ca Border Color

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

This div border color is #a342ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a342ca


Comments

No comments written yet.

Please login to write comment.