Color Hex Logo

#40297d Color Hex

#40297D
(64,41,125)
0 Favorites   0 Comments

Color spaces of #40297d

RGB 6441125
HSL0.710.510.33
HSV256°67°49°
CMYK 0.490.670.00   0.51
XYZ6.60904.156519.8560
Yxy4.15650.21580.1357
Hunter Lab20.387522.1861-43.4731
CIE-Lab24.182232.4068-44.1362

#40297d color RGB value is (64,41,125).

#40297d hex color red value is 64, green value is 41 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #40297d hue: 0.71 , saturation: 0.51 and the lightness value of 40297d is 0.33.

The process color (four color CMYK) of #40297d color hex is 0.49, 0.67, 0.00, 0.51. Web safe color of #40297d is #333366. Color #40297d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101001 01111101
Octal 100 51 175
Decimal 64 41 125
Hex 40 29 7D

RGB Percentages of Color #40297d

%27.83
%17.83
%54.35

CMYK Percentages of Color #40297d

%49
%67
%0
%51

Triadic Colors of #40297d

#40297d #7d4029 #297d40

Analogous Colors of #40297d

#40297d #6a297d #293c7d

Monochromatic Colors of #40297d

#40297d

Complementary Color

#40297d #667d29

#40297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40297d Color CSS Codes

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

#40297d Text Font Color

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

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


#40297d Background Color

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

This div background color is #40297d


#40297d Border Color

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

This div border color is #40297d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40297d


Comments

No comments written yet.

Please login to write comment.