Color Hex Logo

#40618e Color Hex

#40618E
(64,97,142)
0 Favorites   0 Comments

Color spaces of #40618e

RGB 6497142
HSL0.600.380.40
HSV215°55°56°
CMYK 0.550.320.00   0.44
XYZ11.271511.592427.2347
Yxy11.59240.22500.2314
Hunter Lab34.0476-0.4907-23.5928
CIE-Lab40.56081.8539-28.4950

#40618e color RGB value is (64,97,142).

#40618e hex color red value is 64, green value is 97 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #40618e hue: 0.60 , saturation: 0.38 and the lightness value of 40618e is 0.40.

The process color (four color CMYK) of #40618e color hex is 0.55, 0.32, 0.00, 0.44. Web safe color of #40618e is #336699. Color #40618e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 10001110
Octal 100 141 216
Decimal 64 97 142
Hex 40 61 8E

RGB Percentages of Color #40618e

%21.12
%32.01
%46.86

CMYK Percentages of Color #40618e

%55
%32
%0
%44

Triadic Colors of #40618e

#40618e #8e4061 #618e40

Analogous Colors of #40618e

#40618e #46408e #40888e

Monochromatic Colors of #40618e

#40618e

Complementary Color

#40618e #8e6d40

#40618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40618e Color CSS Codes

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

#40618e Text Font Color

<p style="color:#40618e">Text here</p>

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


#40618e Background Color

<div style="background-color:#40618e">
Div content here</div>

This div background color is #40618e


#40618e Border Color

<div style="border:3px solid #40618e">
Div here</div>

This div border color is #40618e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,97,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40618e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40618e;
  -webkit-box-shadow: 1px 1px 3px 2px #40618e;
  box-shadow:         1px 1px 3px 2px #40618e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40618e


Comments

No comments written yet.

Please login to write comment.