Color Hex Logo

#407178 Color Hex

#407178
(64,113,120)
0 Favorites   0 Comments

Color spaces of #407178

RGB 64113120
HSL0.520.300.36
HSV188°47°47°
CMYK 0.470.060.00   0.53
XYZ11.409614.256319.9197
Yxy14.25630.25030.3127
Hunter Lab37.7575-12.1364-4.8493
CIE-Lab44.5983-14.5497-9.0573

#407178 color RGB value is (64,113,120).

#407178 hex color red value is 64, green value is 113 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #407178 hue: 0.52 , saturation: 0.30 and the lightness value of 407178 is 0.36.

The process color (four color CMYK) of #407178 color hex is 0.47, 0.06, 0.00, 0.53. Web safe color of #407178 is #336666. Color #407178 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 01111000
Octal 100 161 170
Decimal 64 113 120
Hex 40 71 78

RGB Percentages of Color #407178

%21.55
%38.05
%40.40

CMYK Percentages of Color #407178

%47
%6
%0
%53

Triadic Colors of #407178

#407178 #784071 #717840

Analogous Colors of #407178

#407178 #405578 #407863

Monochromatic Colors of #407178

#407178

Complementary Color

#407178 #784740

#407178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407178 Color CSS Codes

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

#407178 Text Font Color

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

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


#407178 Background Color

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

This div background color is #407178


#407178 Border Color

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

This div border color is #407178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407178


Comments

No comments written yet.

Please login to write comment.