Color Hex Logo

#400e53 Color Hex

#400E53
(64,14,83)
0 Favorites   0 Comments

Color spaces of #400e53

RGB 641483
HSL0.790.710.19
HSV283°83°33°
CMYK 0.230.830.00   0.67
XYZ3.83272.02868.3732
Yxy2.02860.26930.1425
Hunter Lab14.242923.1085-24.8857
CIE-Lab15.636635.0937-30.5040

#400e53 color RGB value is (64,14,83).

#400e53 hex color red value is 64, green value is 14 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #400e53 hue: 0.79 , saturation: 0.71 and the lightness value of 400e53 is 0.19.

The process color (four color CMYK) of #400e53 color hex is 0.23, 0.83, 0.00, 0.67. Web safe color of #400e53 is #330066. Color #400e53 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001110 01010011
Octal 100 16 123
Decimal 64 14 83
Hex 40 E 53

RGB Percentages of Color #400e53

%39.75
%8.70
%51.55

CMYK Percentages of Color #400e53

%23
%83
%0
%67

Triadic Colors of #400e53

#400e53 #53400e #0e5340

Analogous Colors of #400e53

#400e53 #530e44 #1e0e53

Monochromatic Colors of #400e53

#400e53

Complementary Color

#400e53 #21530e

#400e53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400e53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400e53 Color CSS Codes

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

#400e53 Text Font Color

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

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


#400e53 Background Color

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

This div background color is #400e53


#400e53 Border Color

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

This div border color is #400e53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400e53


Comments

No comments written yet.

Please login to write comment.