Color Hex Logo

#400e7b Color Hex

#400E7B
(64,14,123)
0 Favorites   0 Comments

Color spaces of #400e7b

RGB 6414123
HSL0.740.800.27
HSV268°89°48°
CMYK 0.480.890.00   0.52
XYZ5.84652.834118.9778
Yxy2.83410.21140.1025
Hunter Lab16.834832.5298-55.0531
CIE-Lab19.366844.9303-50.7412

#400e7b color RGB value is (64,14,123).

#400e7b hex color red value is 64, green value is 14 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #400e7b hue: 0.74 , saturation: 0.80 and the lightness value of 400e7b is 0.27.

The process color (four color CMYK) of #400e7b color hex is 0.48, 0.89, 0.00, 0.52. Web safe color of #400e7b is #330066. Color #400e7b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001110 01111011
Octal 100 16 173
Decimal 64 14 123
Hex 40 E 7B

RGB Percentages of Color #400e7b

%31.84
%6.97
%61.19

CMYK Percentages of Color #400e7b

%48
%89
%0
%52

Triadic Colors of #400e7b

#400e7b #7b400e #0e7b40

Analogous Colors of #400e7b

#400e7b #770e7b #0e127b

Monochromatic Colors of #400e7b

#400e7b

Complementary Color

#400e7b #497b0e

#400e7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400e7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#400e7b Color CSS Codes

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

#400e7b Text Font Color

<p style="color:#400e7b">Text here</p>

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


#400e7b Background Color

<div style="background-color:#400e7b">
Div content here</div>

This div background color is #400e7b


#400e7b Border Color

<div style="border:3px solid #400e7b">
Div here</div>

This div border color is #400e7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,14,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #400e7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #400e7b;
  -webkit-box-shadow: 1px 1px 3px 2px #400e7b;
  box-shadow:         1px 1px 3px 2px #400e7b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400e7b


Comments

No comments written yet.

Please login to write comment.