Color Hex Logo

#40867f Color Hex

#40867F
(64,134,127)
0 Favorites   0 Comments

Color spaces of #40867f

RGB 64134127
HSL0.480.350.39
HSV174°52°53°
CMYK 0.520.000.05   0.47
XYZ14.470219.672523.1132
Yxy19.67250.25270.3436
Hunter Lab44.3537-19.38410.1509
CIE-Lab51.4649-23.8149-2.9875

#40867f color RGB value is (64,134,127).

#40867f hex color red value is 64, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #40867f hue: 0.48 , saturation: 0.35 and the lightness value of 40867f is 0.39.

The process color (four color CMYK) of #40867f color hex is 0.52, 0.00, 0.05, 0.47. Web safe color of #40867f is #339966. Color #40867f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000110 01111111
Octal 100 206 177
Decimal 64 134 127
Hex 40 86 7F

RGB Percentages of Color #40867f

%19.69
%41.23
%39.08

CMYK Percentages of Color #40867f

%52
%0
%5
%47

Triadic Colors of #40867f

#40867f #7f4086 #867f40

Analogous Colors of #40867f

#40867f #406a86 #40865c

Monochromatic Colors of #40867f

#40867f

Complementary Color

#40867f #864047

#40867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40867f Color CSS Codes

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

#40867f Text Font Color

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

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


#40867f Background Color

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

This div background color is #40867f


#40867f Border Color

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

This div border color is #40867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40867f


Comments

No comments written yet.

Please login to write comment.