Color Hex Logo

#40375a Color Hex

#40375A
(64,55,90)
0 Favorites   0 Comments

Color spaces of #40375a

RGB 645590
HSL0.710.240.28
HSV255°39°35°
CMYK 0.290.390.00   0.65
XYZ5.32604.560610.2724
Yxy4.56060.26420.2262
Hunter Lab21.35567.1450-13.5706
CIE-Lab25.444312.6940-19.5916

#40375a color RGB value is (64,55,90).

#40375a hex color red value is 64, green value is 55 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #40375a hue: 0.71 , saturation: 0.24 and the lightness value of 40375a is 0.28.

The process color (four color CMYK) of #40375a color hex is 0.29, 0.39, 0.00, 0.65. Web safe color of #40375a is #333366. Color #40375a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110111 01011010
Octal 100 67 132
Decimal 64 55 90
Hex 40 37 5A

RGB Percentages of Color #40375a

%30.62
%26.32
%43.06

CMYK Percentages of Color #40375a

%29
%39
%0
%65

Triadic Colors of #40375a

#40375a #5a4037 #375a40

Analogous Colors of #40375a

#40375a #52375a #37405a

Monochromatic Colors of #40375a

#40375a

Complementary Color

#40375a #515a37

#40375a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40375a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40375a Color CSS Codes

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

#40375a Text Font Color

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

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


#40375a Background Color

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

This div background color is #40375a


#40375a Border Color

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

This div border color is #40375a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40375a


Comments

No comments written yet.

Please login to write comment.