Color Hex Logo

#40425b Color Hex

#40425B
(64,66,91)
0 Favorites   0 Comments

Color spaces of #40425b

RGB 646691
HSL0.650.170.30
HSV236°30°36°
CMYK 0.300.270.00   0.64
XYZ5.95095.741710.6922
Yxy5.74170.26580.2565
Hunter Lab23.96182.3971-9.6830
CIE-Lab28.75125.6484-15.1138

#40425b color RGB value is (64,66,91).

#40425b hex color red value is 64, green value is 66 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #40425b hue: 0.65 , saturation: 0.17 and the lightness value of 40425b is 0.30.

The process color (four color CMYK) of #40425b color hex is 0.30, 0.27, 0.00, 0.64. Web safe color of #40425b is #333366. Color #40425b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000010 01011011
Octal 100 102 133
Decimal 64 66 91
Hex 40 42 5B

RGB Percentages of Color #40425b

%28.96
%29.86
%41.18

CMYK Percentages of Color #40425b

%30
%27
%0
%64

Triadic Colors of #40425b

#40425b #5b4042 #425b40

Analogous Colors of #40425b

#40425b #4c405b #40505b

Monochromatic Colors of #40425b

#40425b

Complementary Color

#40425b #5b5940

#40425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40425b Color CSS Codes

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

#40425b Text Font Color

<p style="color:#40425b">Text here</p>

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


#40425b Background Color

<div style="background-color:#40425b">
Div content here</div>

This div background color is #40425b


#40425b Border Color

<div style="border:3px solid #40425b">
Div here</div>

This div border color is #40425b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,66,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40425b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40425b;
  -webkit-box-shadow: 1px 1px 3px 2px #40425b;
  box-shadow:         1px 1px 3px 2px #40425b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40425b


Comments

No comments written yet.

Please login to write comment.