Color Hex Logo

#40034e Color Hex

#40034E
(64,3,78)
0 Favorites   0 Comments

Color spaces of #40034e

RGB 64378
HSL0.800.930.16
HSV289°96°31°
CMYK 0.180.960.00   0.69
XYZ3.52211.70527.3512
Yxy1.70520.28000.1356
Hunter Lab13.058325.2930-24.2365
CIE-Lab13.857238.0007-29.9604

#40034e color RGB value is (64,3,78).

#40034e hex color red value is 64, green value is 3 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #40034e hue: 0.80 , saturation: 0.93 and the lightness value of 40034e is 0.16.

The process color (four color CMYK) of #40034e color hex is 0.18, 0.96, 0.00, 0.69. Web safe color of #40034e is #330066. Color #40034e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 01001110
Octal 100 3 116
Decimal 64 3 78
Hex 40 3 4E

RGB Percentages of Color #40034e

%44.14
%2.07
%53.79

CMYK Percentages of Color #40034e

%18
%96
%0
%69

Triadic Colors of #40034e

#40034e #4e4003 #034e40

Analogous Colors of #40034e

#40034e #4e0337 #1b034e

Monochromatic Colors of #40034e

#40034e

Complementary Color

#40034e #114e03

#40034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40034e Color CSS Codes

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

#40034e Text Font Color

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

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


#40034e Background Color

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

This div background color is #40034e


#40034e Border Color

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

This div border color is #40034e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40034e


Comments

No comments written yet.

Please login to write comment.