Color Hex Logo

#a940c0 Color Hex

#A940C0
(169,64,192)
0 Favorites   0 Comments

Color spaces of #a940c0

RGB 16964192
HSL0.800.500.50
HSV289°67°75°
CMYK 0.120.670.00   0.25
XYZ27.710015.907651.4792
Yxy15.90760.29140.1673
Hunter Lab39.884354.2169-48.6073
CIE-Lab46.853060.6219-47.4398

#a940c0 color RGB value is (169,64,192).

#a940c0 hex color red value is 169, green value is 64 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a940c0 hue: 0.80 , saturation: 0.50 and the lightness value of a940c0 is 0.50.

The process color (four color CMYK) of #a940c0 color hex is 0.12, 0.67, 0.00, 0.25. Web safe color of #a940c0 is #9933cc. Color #a940c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 11000000
Octal 251 100 300
Decimal 169 64 192
Hex A9 40 C0

RGB Percentages of Color #a940c0

%39.76
%15.06
%45.18

CMYK Percentages of Color #a940c0

%12
%67
%0
%25

Triadic Colors of #a940c0

#a940c0 #c0a940 #40c0a9

Analogous Colors of #a940c0

#a940c0 #c04097 #6940c0

Monochromatic Colors of #a940c0

#a940c0

Complementary Color

#a940c0 #57c040

#a940c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940c0 Color CSS Codes

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

#a940c0 Text Font Color

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

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


#a940c0 Background Color

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

This div background color is #a940c0


#a940c0 Border Color

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

This div border color is #a940c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940c0


Comments

No comments written yet.

Please login to write comment.