Color Hex Logo

#40267e Color Hex

#40267E
(64,38,126)
0 Favorites   0 Comments

Color spaces of #40267e

RGB 6438126
HSL0.720.540.32
HSV258°70°49°
CMYK 0.490.700.00   0.51
XYZ6.57343.982620.1609
Yxy3.98260.21400.1297
Hunter Lab19.956523.8718-45.9279
CIE-Lab23.613834.4869-45.6937

#40267e color RGB value is (64,38,126).

#40267e hex color red value is 64, green value is 38 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #40267e hue: 0.72 , saturation: 0.54 and the lightness value of 40267e is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100110 01111110
Octal 100 46 176
Decimal 64 38 126
Hex 40 26 7E

RGB Percentages of Color #40267e

%28.07
%16.67
%55.26

CMYK Percentages of Color #40267e

%49
%70
%0
%51

Triadic Colors of #40267e

#40267e #7e4026 #267e40

Analogous Colors of #40267e

#40267e #6c267e #26387e

Monochromatic Colors of #40267e

#40267e

Complementary Color

#40267e #647e26

#40267e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40267e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40267e Color CSS Codes

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

#40267e Text Font Color

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

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


#40267e Background Color

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

This div background color is #40267e


#40267e Border Color

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

This div border color is #40267e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,38,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 #40267e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40267e


Comments

No comments written yet.

Please login to write comment.