Color Hex Logo

#40426c Color Hex

#40426C
(64,66,108)
0 Favorites   0 Comments

Color spaces of #40426c

RGB 6466108
HSL0.660.260.34
HSV237°41°42°
CMYK 0.410.390.00   0.58
XYZ6.76936.069115.0020
Yxy6.06910.24310.2180
Hunter Lab24.63555.9356-18.8602
CIE-Lab29.586110.7631-24.7015

#40426c color RGB value is (64,66,108).

#40426c hex color red value is 64, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #40426c hue: 0.66 , saturation: 0.26 and the lightness value of 40426c is 0.34.

The process color (four color CMYK) of #40426c color hex is 0.41, 0.39, 0.00, 0.58. Web safe color of #40426c is #333366. Color #40426c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000010 01101100
Octal 100 102 154
Decimal 64 66 108
Hex 40 42 6C

RGB Percentages of Color #40426c

%26.89
%27.73
%45.38

CMYK Percentages of Color #40426c

%41
%39
%0
%58

Triadic Colors of #40426c

#40426c #6c4042 #426c40

Analogous Colors of #40426c

#40426c #54406c #40586c

Monochromatic Colors of #40426c

#40426c

Complementary Color

#40426c #6c6a40

#40426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40426c Color CSS Codes

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

#40426c Text Font Color

<p style="color:#40426c">Text here</p>

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


#40426c Background Color

<div style="background-color:#40426c">
Div content here</div>

This div background color is #40426c


#40426c Border Color

<div style="border:3px solid #40426c">
Div here</div>

This div border color is #40426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40426c


Comments

No comments written yet.

Please login to write comment.