Color Hex Logo

#40868d Color Hex

#40868D
(64,134,141)
0 Favorites   0 Comments

Color spaces of #40868d

RGB 64134141
HSL0.520.380.40
HSV185°55°55°
CMYK 0.550.050.00   0.45
XYZ15.447220.063328.2577
Yxy20.06330.24220.3146
Hunter Lab44.7921-16.8278-6.0495
CIE-Lab51.9087-19.8496-10.4881

#40868d color RGB value is (64,134,141).

#40868d hex color red value is 64, green value is 134 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #40868d hue: 0.52 , saturation: 0.38 and the lightness value of 40868d is 0.40.

The process color (four color CMYK) of #40868d color hex is 0.55, 0.05, 0.00, 0.45. Web safe color of #40868d is #339999. Color #40868d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000110 10001101
Octal 100 206 215
Decimal 64 134 141
Hex 40 86 8D

RGB Percentages of Color #40868d

%18.88
%39.53
%41.59

CMYK Percentages of Color #40868d

%55
%5
%0
%45

Triadic Colors of #40868d

#40868d #8d4086 #868d40

Analogous Colors of #40868d

#40868d #40608d #408d6e

Monochromatic Colors of #40868d

#40868d

Complementary Color

#40868d #8d4740

#40868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40868d Color CSS Codes

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

#40868d Text Font Color

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

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


#40868d Background Color

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

This div background color is #40868d


#40868d Border Color

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

This div border color is #40868d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,134,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40868d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40868d;
  -webkit-box-shadow: 1px 1px 3px 2px #40868d;
  box-shadow:         1px 1px 3px 2px #40868d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40868d


Comments

No comments written yet.

Please login to write comment.