Color Hex Logo

#4050ad Color Hex

#4050AD
(64,80,173)
0 Favorites   0 Comments

Color spaces of #4050ad

RGB 6480173
HSL0.640.460.46
HSV231°63°68°
CMYK 0.630.540.00   0.32
XYZ12.52589.844440.7751
Yxy9.84440.19840.1559
Hunter Lab31.375816.3529-55.0886
CIE-Lab37.561723.5747-51.8112

#4050ad color RGB value is (64,80,173).

#4050ad hex color red value is 64, green value is 80 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4050ad hue: 0.64 , saturation: 0.46 and the lightness value of 4050ad is 0.46.

The process color (four color CMYK) of #4050ad color hex is 0.63, 0.54, 0.00, 0.32. Web safe color of #4050ad is #336699. Color #4050ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 10101101
Octal 100 120 255
Decimal 64 80 173
Hex 40 50 AD

RGB Percentages of Color #4050ad

%20.19
%25.24
%54.57

CMYK Percentages of Color #4050ad

%63
%54
%0
%32

Triadic Colors of #4050ad

#4050ad #ad4050 #50ad40

Analogous Colors of #4050ad

#4050ad #6740ad #4087ad

Monochromatic Colors of #4050ad

#4050ad

Complementary Color

#4050ad #ad9d40

#4050ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4050ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4050ad Color CSS Codes

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

#4050ad Text Font Color

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

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


#4050ad Background Color

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

This div background color is #4050ad


#4050ad Border Color

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

This div border color is #4050ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,80,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4050ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4050ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4050ad;
  box-shadow:         1px 1px 3px 2px #4050ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4050ad


Comments

No comments written yet.

Please login to write comment.