Color Hex Logo

#40537a Color Hex

#40537A
(64,83,122)
0 Favorites   0 Comments

Color spaces of #40537a

RGB 6483122
HSL0.610.310.36
HSV220°48°48°
CMYK 0.480.320.00   0.52
XYZ8.72058.681619.6285
Yxy8.68160.23550.2344
Hunter Lab29.46461.2669-18.8722
CIE-Lab35.36394.1166-24.4226

#40537a color RGB value is (64,83,122).

#40537a hex color red value is 64, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #40537a hue: 0.61 , saturation: 0.31 and the lightness value of 40537a is 0.36.

The process color (four color CMYK) of #40537a color hex is 0.48, 0.32, 0.00, 0.52. Web safe color of #40537a is #336666. Color #40537a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010011 01111010
Octal 100 123 172
Decimal 64 83 122
Hex 40 53 7A

RGB Percentages of Color #40537a

%23.79
%30.86
%45.35

CMYK Percentages of Color #40537a

%48
%32
%0
%52

Triadic Colors of #40537a

#40537a #7a4053 #537a40

Analogous Colors of #40537a

#40537a #4a407a #40707a

Monochromatic Colors of #40537a

#40537a

Complementary Color

#40537a #7a6740

#40537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40537a Color CSS Codes

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

#40537a Text Font Color

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

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


#40537a Background Color

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

This div background color is #40537a


#40537a Border Color

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

This div border color is #40537a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,83,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40537a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40537a;
  -webkit-box-shadow: 1px 1px 3px 2px #40537a;
  box-shadow:         1px 1px 3px 2px #40537a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40537a


Comments

No comments written yet.

Please login to write comment.