Color Hex Logo

#40357e Color Hex

#40357E
(64,53,126)
0 Favorites   0 Comments

Color spaces of #40357e

RGB 6453126
HSL0.690.410.35
HSV249°58°49°
CMYK 0.490.580.00   0.51
XYZ7.15345.142620.3543
Yxy5.14260.21910.1575
Hunter Lab22.677316.6213-37.3424
CIE-Lab27.137225.1668-39.9823

#40357e color RGB value is (64,53,126).

#40357e hex color red value is 64, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #40357e hue: 0.69 , saturation: 0.41 and the lightness value of 40357e is 0.35.

The process color (four color CMYK) of #40357e color hex is 0.49, 0.58, 0.00, 0.51. Web safe color of #40357e is #333366. Color #40357e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110101 01111110
Octal 100 65 176
Decimal 64 53 126
Hex 40 35 7E

RGB Percentages of Color #40357e

%26.34
%21.81
%51.85

CMYK Percentages of Color #40357e

%49
%58
%0
%51

Triadic Colors of #40357e

#40357e #7e4035 #357e40

Analogous Colors of #40357e

#40357e #65357e #354f7e

Monochromatic Colors of #40357e

#40357e

Complementary Color

#40357e #737e35

#40357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40357e Color CSS Codes

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

#40357e Text Font Color

<p style="color:#40357e">Text here</p>

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


#40357e Background Color

<div style="background-color:#40357e">
Div content here</div>

This div background color is #40357e


#40357e Border Color

<div style="border:3px solid #40357e">
Div here</div>

This div border color is #40357e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,53,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40357e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40357e;
  -webkit-box-shadow: 1px 1px 3px 2px #40357e;
  box-shadow:         1px 1px 3px 2px #40357e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40357e


Comments

No comments written yet.

Please login to write comment.