Color Hex Logo

#400054 Color Hex

#400054
(64,0,84)
0 Favorites   0 Comments

Color spaces of #400054

RGB 64084
HSL0.791.000.16
HSV286°100°33°
CMYK 0.241.000.00   0.67
XYZ3.71461.73018.5257
Yxy1.73010.26590.1238
Hunter Lab13.153327.3914-29.2232
CIE-Lab14.001940.3605-33.8358

#400054 color RGB value is (64,0,84).

#400054 hex color red value is 64, green value is 0 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #400054 hue: 0.79 , saturation: 1.00 and the lightness value of 400054 is 0.16.

The process color (four color CMYK) of #400054 color hex is 0.24, 1.00, 0.00, 0.67. Web safe color of #400054 is #330066. Color #400054 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 01010100
Octal 100 0 124
Decimal 64 0 84
Hex 40 0 54

RGB Percentages of Color #400054

%43.24
%0.00
%56.76

CMYK Percentages of Color #400054

%24
%100
%0
%67

Triadic Colors of #400054

#400054 #544000 #005440

Analogous Colors of #400054

#400054 #54003e #160054

Monochromatic Colors of #400054

#400054

Complementary Color

#400054 #145400

#400054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400054 Color CSS Codes

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

#400054 Text Font Color

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

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


#400054 Background Color

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

This div background color is #400054


#400054 Border Color

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

This div border color is #400054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400054


Comments

No comments written yet.

Please login to write comment.