Color Hex Logo

#40526d Color Hex

#40526D
(64,82,109)
0 Favorites   0 Comments

Color spaces of #40526d

RGB 6482109
HSL0.600.260.34
HSV216°41°43°
CMYK 0.410.250.00   0.57
XYZ7.89208.228715.6403
Yxy8.22870.24850.2591
Hunter Lab28.6857-1.0912-12.2467
CIE-Lab34.45470.6549-17.7521

#40526d color RGB value is (64,82,109).

#40526d hex color red value is 64, green value is 82 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #40526d hue: 0.60 , saturation: 0.26 and the lightness value of 40526d is 0.34.

The process color (four color CMYK) of #40526d color hex is 0.41, 0.25, 0.00, 0.57. Web safe color of #40526d is #336666. Color #40526d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010010 01101101
Octal 100 122 155
Decimal 64 82 109
Hex 40 52 6D

RGB Percentages of Color #40526d

%25.10
%32.16
%42.75

CMYK Percentages of Color #40526d

%41
%25
%0
%57

Triadic Colors of #40526d

#40526d #6d4052 #526d40

Analogous Colors of #40526d

#40526d #45406d #40696d

Monochromatic Colors of #40526d

#40526d

Complementary Color

#40526d #6d5b40

#40526d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40526d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40526d Color CSS Codes

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

#40526d Text Font Color

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

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


#40526d Background Color

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

This div background color is #40526d


#40526d Border Color

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

This div border color is #40526d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40526d


Comments

No comments written yet.

Please login to write comment.