Color Hex Logo

#4054a5 Color Hex

#4054A5
(64,84,165)
0 Favorites   0 Comments

Color spaces of #4054a5

RGB 6484165
HSL0.630.440.45
HSV228°61°65°
CMYK 0.610.490.00   0.35
XYZ12.076210.147236.9194
Yxy10.14720.20420.1716
Hunter Lab31.854711.9242-46.4185
CIE-Lab38.105318.1499-46.1788

#4054a5 color RGB value is (64,84,165).

#4054a5 hex color red value is 64, green value is 84 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #4054a5 hue: 0.63 , saturation: 0.44 and the lightness value of 4054a5 is 0.45.

The process color (four color CMYK) of #4054a5 color hex is 0.61, 0.49, 0.00, 0.35. Web safe color of #4054a5 is #336699. Color #4054a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010100 10100101
Octal 100 124 245
Decimal 64 84 165
Hex 40 54 A5

RGB Percentages of Color #4054a5

%20.45
%26.84
%52.72

CMYK Percentages of Color #4054a5

%61
%49
%0
%35

Triadic Colors of #4054a5

#4054a5 #a54054 #54a540

Analogous Colors of #4054a5

#4054a5 #5f40a5 #4087a5

Monochromatic Colors of #4054a5

#4054a5

Complementary Color

#4054a5 #a59140

#4054a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4054a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4054a5 Color CSS Codes

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

#4054a5 Text Font Color

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

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


#4054a5 Background Color

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

This div background color is #4054a5


#4054a5 Border Color

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

This div border color is #4054a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,84,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4054a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4054a5;
  -webkit-box-shadow: 1px 1px 3px 2px #4054a5;
  box-shadow:         1px 1px 3px 2px #4054a5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4054a5


Comments

No comments written yet.

Please login to write comment.