Color Hex Logo

#400e68 Color Hex

#400E68
(64,14,104)
0 Favorites   0 Comments

Color spaces of #400e68

RGB 6414104
HSL0.760.760.23
HSV273°87°41°
CMYK 0.380.870.00   0.59
XYZ4.77012.403513.3092
Yxy2.40350.23290.1173
Hunter Lab15.503227.7910-40.0470
CIE-Lab17.476440.1356-41.5389

#400e68 color RGB value is (64,14,104).

#400e68 hex color red value is 64, green value is 14 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #400e68 hue: 0.76 , saturation: 0.76 and the lightness value of 400e68 is 0.23.

The process color (four color CMYK) of #400e68 color hex is 0.38, 0.87, 0.00, 0.59. Web safe color of #400e68 is #330066. Color #400e68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001110 01101000
Octal 100 16 150
Decimal 64 14 104
Hex 40 E 68

RGB Percentages of Color #400e68

%35.16
%7.69
%57.14

CMYK Percentages of Color #400e68

%38
%87
%0
%59

Triadic Colors of #400e68

#400e68 #68400e #0e6840

Analogous Colors of #400e68

#400e68 #680e63 #130e68

Monochromatic Colors of #400e68

#400e68

Complementary Color

#400e68 #36680e

#400e68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400e68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400e68 Color CSS Codes

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

#400e68 Text Font Color

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

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


#400e68 Background Color

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

This div background color is #400e68


#400e68 Border Color

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

This div border color is #400e68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400e68


Comments

No comments written yet.

Please login to write comment.