Color Hex Logo

#40818d Color Hex

#40818D
(64,129,141)
0 Favorites   0 Comments

Color spaces of #40818d

RGB 64129141
HSL0.530.380.40
HSV189°55°55°
CMYK 0.550.090.00   0.45
XYZ14.772318.713628.0328
Yxy18.71360.24010.3042
Hunter Lab43.2592-14.7489-8.1396
CIE-Lab50.3504-17.1660-12.8354

#40818d color RGB value is (64,129,141).

#40818d hex color red value is 64, green value is 129 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #40818d hue: 0.53 , saturation: 0.38 and the lightness value of 40818d is 0.40.

The process color (four color CMYK) of #40818d color hex is 0.55, 0.09, 0.00, 0.45. Web safe color of #40818d is #339999. Color #40818d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000001 10001101
Octal 100 201 215
Decimal 64 129 141
Hex 40 81 8D

RGB Percentages of Color #40818d

%19.16
%38.62
%42.22

CMYK Percentages of Color #40818d

%55
%9
%0
%45

Triadic Colors of #40818d

#40818d #8d4081 #818d40

Analogous Colors of #40818d

#40818d #405b8d #408d73

Monochromatic Colors of #40818d

#40818d

Complementary Color

#40818d #8d4c40

#40818d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40818d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40818d Color CSS Codes

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

#40818d Text Font Color

<p style="color:#40818d">Text here</p>

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


#40818d Background Color

<div style="background-color:#40818d">
Div content here</div>

This div background color is #40818d


#40818d Border Color

<div style="border:3px solid #40818d">
Div here</div>

This div border color is #40818d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,129,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40818d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40818d;
  -webkit-box-shadow: 1px 1px 3px 2px #40818d;
  box-shadow:         1px 1px 3px 2px #40818d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40818d


Comments

No comments written yet.

Please login to write comment.