Color Hex Logo

#40887a Color Hex

#40887A
(64,136,122)
0 Favorites   0 Comments

Color spaces of #40887a

RGB 64136122
HSL0.470.360.39
HSV168°53°53°
CMYK 0.530.000.10   0.47
XYZ14.431420.103421.5321
Yxy20.10340.25740.3586
Hunter Lab44.8368-21.01152.9128
CIE-Lab51.9539-26.16160.6406

#40887a color RGB value is (64,136,122).

#40887a hex color red value is 64, green value is 136 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #40887a hue: 0.47 , saturation: 0.36 and the lightness value of 40887a is 0.39.

The process color (four color CMYK) of #40887a color hex is 0.53, 0.00, 0.10, 0.47. Web safe color of #40887a is #339966. Color #40887a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001000 01111010
Octal 100 210 172
Decimal 64 136 122
Hex 40 88 7A

RGB Percentages of Color #40887a

%19.88
%42.24
%37.89

CMYK Percentages of Color #40887a

%53
%0
%10
%47

Triadic Colors of #40887a

#40887a #7a4088 #887a40

Analogous Colors of #40887a

#40887a #407288 #408856

Monochromatic Colors of #40887a

#40887a

Complementary Color

#40887a #88404e

#40887a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40887a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40887a Color CSS Codes

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

#40887a Text Font Color

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

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


#40887a Background Color

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

This div background color is #40887a


#40887a Border Color

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

This div border color is #40887a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,136,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40887a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40887a;
  -webkit-box-shadow: 1px 1px 3px 2px #40887a;
  box-shadow:         1px 1px 3px 2px #40887a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40887a


Comments

No comments written yet.

Please login to write comment.