Color Hex Logo

#4050ac Color Hex

#4050AC
(64,80,172)
0 Favorites   0 Comments

Color spaces of #4050ac

RGB 6480172
HSL0.640.460.46
HSV231°63°67°
CMYK 0.630.530.00   0.33
XYZ12.42949.805940.2673
Yxy9.80590.19890.1569
Hunter Lab31.314416.0506-54.3212
CIE-Lab37.491823.2216-51.3308

#4050ac color RGB value is (64,80,172).

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

The process color (four color CMYK) of #4050ac color hex is 0.63, 0.53, 0.00, 0.33. Web safe color of #4050ac is #336699. Color #4050ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 10101100
Octal 100 120 254
Decimal 64 80 172
Hex 40 50 AC

RGB Percentages of Color #4050ac

%20.25
%25.32
%54.43

CMYK Percentages of Color #4050ac

%63
%53
%0
%33

Triadic Colors of #4050ac

#4050ac #ac4050 #50ac40

Analogous Colors of #4050ac

#4050ac #6640ac #4086ac

Monochromatic Colors of #4050ac

#4050ac

Complementary Color

#4050ac #ac9c40

#4050ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4050ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4050ac Color CSS Codes

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

#4050ac Text Font Color

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

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


#4050ac Background Color

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

This div background color is #4050ac


#4050ac Border Color

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

This div border color is #4050ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4050ac


Comments

No comments written yet.

Please login to write comment.