Color Hex Logo

#4019a9 Color Hex

#4019A9
(64,25,169)
0 Favorites   0 Comments

Color spaces of #4019a9

RGB 6425169
HSL0.710.740.38
HSV256°85°66°
CMYK 0.620.850.00   0.34
XYZ9.62344.649837.9264
Yxy4.64980.18440.0891
Hunter Lab21.563441.9258-89.1868
CIE-Lab25.712853.2450-68.8018

#4019a9 color RGB value is (64,25,169).

#4019a9 hex color red value is 64, green value is 25 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #4019a9 hue: 0.71 , saturation: 0.74 and the lightness value of 4019a9 is 0.38.

The process color (four color CMYK) of #4019a9 color hex is 0.62, 0.85, 0.00, 0.34. Web safe color of #4019a9 is #330099. Color #4019a9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011001 10101001
Octal 100 31 251
Decimal 64 25 169
Hex 40 19 A9

RGB Percentages of Color #4019a9

%24.81
%9.69
%65.50

CMYK Percentages of Color #4019a9

%62
%85
%0
%34

Triadic Colors of #4019a9

#4019a9 #a94019 #19a940

Analogous Colors of #4019a9

#4019a9 #8819a9 #193aa9

Monochromatic Colors of #4019a9

#4019a9

Complementary Color

#4019a9 #82a919

#4019a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4019a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4019a9 Color CSS Codes

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

#4019a9 Text Font Color

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

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


#4019a9 Background Color

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

This div background color is #4019a9


#4019a9 Border Color

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

This div border color is #4019a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4019a9


Comments

No comments written yet.

Please login to write comment.