Color Hex Logo

#407381 Color Hex

#407381
(64,115,129)
0 Favorites   0 Comments

Color spaces of #407381

RGB 64115129
HSL0.540.340.38
HSV193°50°51°
CMYK 0.500.110.00   0.49
XYZ12.207514.936423.0085
Yxy14.93640.24340.2978
Hunter Lab38.6476-11.2512-8.2444
CIE-Lab45.5470-13.0183-13.0104

#407381 color RGB value is (64,115,129).

#407381 hex color red value is 64, green value is 115 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #407381 hue: 0.54 , saturation: 0.34 and the lightness value of 407381 is 0.38.

The process color (four color CMYK) of #407381 color hex is 0.50, 0.11, 0.00, 0.49. Web safe color of #407381 is #336699. Color #407381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110011 10000001
Octal 100 163 201
Decimal 64 115 129
Hex 40 73 81

RGB Percentages of Color #407381

%20.78
%37.34
%41.88

CMYK Percentages of Color #407381

%50
%11
%0
%49

Triadic Colors of #407381

#407381 #814073 #738140

Analogous Colors of #407381

#407381 #405381 #40816f

Monochromatic Colors of #407381

#407381

Complementary Color

#407381 #814e40

#407381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407381 Color CSS Codes

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

#407381 Text Font Color

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

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


#407381 Background Color

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

This div background color is #407381


#407381 Border Color

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

This div border color is #407381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407381


Comments

No comments written yet.

Please login to write comment.