Color Hex Logo

#a340c4 Color Hex

#A340C4
(163,64,196)
0 Favorites   0 Comments

Color spaces of #a340c4

RGB 16364196
HSL0.790.530.51
HSV285°67°77°
CMYK 0.170.670.00   0.23
XYZ26.901515.438853.7867
Yxy15.43880.27990.1606
Hunter Lab39.292253.4489-53.6568
CIE-Lab46.229460.0534-50.8090

#a340c4 color RGB value is (163,64,196).

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

The process color (four color CMYK) of #a340c4 color hex is 0.17, 0.67, 0.00, 0.23. Web safe color of #a340c4 is #9933cc. Color #a340c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 11000100
Octal 243 100 304
Decimal 163 64 196
Hex A3 40 C4

RGB Percentages of Color #a340c4

%38.53
%15.13
%46.34

CMYK Percentages of Color #a340c4

%17
%67
%0
%23

Triadic Colors of #a340c4

#a340c4 #c4a340 #40c4a3

Analogous Colors of #a340c4

#a340c4 #c440a3 #6140c4

Monochromatic Colors of #a340c4

#a340c4

Complementary Color

#a340c4 #61c440

#a340c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a340c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a340c4 Color CSS Codes

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

#a340c4 Text Font Color

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

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


#a340c4 Background Color

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

This div background color is #a340c4


#a340c4 Border Color

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

This div border color is #a340c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a340c4


Comments

No comments written yet.

Please login to write comment.