Color Hex Logo

#a342db Color Hex

#A342DB
(163,66,219)
0 Favorites   0 Comments

Color spaces of #a342db

RGB 16366219
HSL0.770.680.56
HSV278°70°86°
CMYK 0.260.700.00   0.14
XYZ29.838716.797468.6874
Yxy16.79740.25870.1457
Hunter Lab40.984658.2331-70.6767
CIE-Lab48.003763.9430-61.1770

#a342db color RGB value is (163,66,219).

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

The process color (four color CMYK) of #a342db color hex is 0.26, 0.70, 0.00, 0.14. Web safe color of #a342db is #9933cc. Color #a342db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000010 11011011
Octal 243 102 333
Decimal 163 66 219
Hex A3 42 DB

RGB Percentages of Color #a342db

%36.38
%14.73
%48.88

CMYK Percentages of Color #a342db

%26
%70
%0
%14

Triadic Colors of #a342db

#a342db #dba342 #42dba3

Analogous Colors of #a342db

#a342db #db42c7 #5742db

Monochromatic Colors of #a342db

#a342db

Complementary Color

#a342db #7adb42

#a342db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a342db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a342db Color CSS Codes

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

#a342db Text Font Color

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

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


#a342db Background Color

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

This div background color is #a342db


#a342db Border Color

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

This div border color is #a342db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a342db


Comments

No comments written yet.

Please login to write comment.