Color Hex Logo

#40948f Color Hex

#40948F
(64,148,143)
0 Favorites   0 Comments

Color spaces of #40948f

RGB 64148143
HSL0.490.400.42
HSV176°57°58°
CMYK 0.570.000.03   0.42
XYZ17.662224.253029.7370
Yxy24.25300.24650.3385
Hunter Lab49.2473-22.1651-1.3279
CIE-Lab56.3402-26.4870-5.0359

#40948f color RGB value is (64,148,143).

#40948f hex color red value is 64, green value is 148 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #40948f hue: 0.49 , saturation: 0.40 and the lightness value of 40948f is 0.42.

The process color (four color CMYK) of #40948f color hex is 0.57, 0.00, 0.03, 0.42. Web safe color of #40948f is #339999. Color #40948f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010100 10001111
Octal 100 224 217
Decimal 64 148 143
Hex 40 94 8F

RGB Percentages of Color #40948f

%18.03
%41.69
%40.28

CMYK Percentages of Color #40948f

%57
%0
%3
%42

Triadic Colors of #40948f

#40948f #8f4094 #948f40

Analogous Colors of #40948f

#40948f #406f94 #409465

Monochromatic Colors of #40948f

#40948f

Complementary Color

#40948f #944045

#40948f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40948f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40948f Color CSS Codes

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

#40948f Text Font Color

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

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


#40948f Background Color

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

This div background color is #40948f


#40948f Border Color

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

This div border color is #40948f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,148,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40948f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40948f;
  -webkit-box-shadow: 1px 1px 3px 2px #40948f;
  box-shadow:         1px 1px 3px 2px #40948f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40948f


Comments

No comments written yet.

Please login to write comment.