Color Hex Logo

#40718a Color Hex

#40718A
(64,113,138)
0 Favorites   0 Comments

Color spaces of #40718a

RGB 64113138
HSL0.560.370.40
HSV200°54°54°
CMYK 0.540.180.00   0.46
XYZ12.606914.735226.2245
Yxy14.73520.23540.2751
Hunter Lab38.3865-8.5532-13.6347
CIE-Lab45.2694-9.1000-18.7991

#40718a color RGB value is (64,113,138).

#40718a hex color red value is 64, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #40718a hue: 0.56 , saturation: 0.37 and the lightness value of 40718a is 0.40.

The process color (four color CMYK) of #40718a color hex is 0.54, 0.18, 0.00, 0.46. Web safe color of #40718a is #336699. Color #40718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 10001010
Octal 100 161 212
Decimal 64 113 138
Hex 40 71 8A

RGB Percentages of Color #40718a

%20.32
%35.87
%43.81

CMYK Percentages of Color #40718a

%54
%18
%0
%46

Triadic Colors of #40718a

#40718a #8a4071 #718a40

Analogous Colors of #40718a

#40718a #404c8a #408a7e

Monochromatic Colors of #40718a

#40718a

Complementary Color

#40718a #8a5940

#40718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40718a Color CSS Codes

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

#40718a Text Font Color

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

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


#40718a Background Color

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

This div background color is #40718a


#40718a Border Color

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

This div border color is #40718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40718a


Comments

No comments written yet.

Please login to write comment.