Color Hex Logo

#a340de Color Hex

#A340DE
(163,64,222)
0 Favorites   0 Comments

Color spaces of #a340de

RGB 16364222
HSL0.770.710.56
HSV278°71°87°
CMYK 0.270.710.00   0.13
XYZ30.122516.727270.7483
Yxy16.72720.25610.1422
Hunter Lab40.898959.8942-73.9326
CIE-Lab47.914565.4019-63.0296

#a340de color RGB value is (163,64,222).

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

The process color (four color CMYK) of #a340de color hex is 0.27, 0.71, 0.00, 0.13. Web safe color of #a340de is #9933cc. Color #a340de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 11011110
Octal 243 100 336
Decimal 163 64 222
Hex A3 40 DE

RGB Percentages of Color #a340de

%36.30
%14.25
%49.44

CMYK Percentages of Color #a340de

%27
%71
%0
%13

Triadic Colors of #a340de

#a340de #dea340 #40dea3

Analogous Colors of #a340de

#a340de #de40ca #5440de

Monochromatic Colors of #a340de

#a340de

Complementary Color

#a340de #7bde40

#a340de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a340de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a340de Color CSS Codes

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

#a340de Text Font Color

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

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


#a340de Background Color

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

This div background color is #a340de


#a340de Border Color

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

This div border color is #a340de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a340de


Comments

No comments written yet.

Please login to write comment.