Color Hex Logo

#400050 Color Hex

#400050
(64,0,80)
0 Favorites   0 Comments

Color spaces of #400050

RGB 64080
HSL0.801.000.16
HSV288°100°31°
CMYK 0.201.000.00   0.69
XYZ3.56231.66927.7238
Yxy1.66920.27500.1288
Hunter Lab12.919826.6074-26.4014
CIE-Lab13.645639.5446-31.6786

#400050 color RGB value is (64,0,80).

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

The process color (four color CMYK) of #400050 color hex is 0.20, 1.00, 0.00, 0.69. Web safe color of #400050 is #330066. Color #400050 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 01010000
Octal 100 0 120
Decimal 64 0 80
Hex 40 0 50

RGB Percentages of Color #400050

%44.44
%0.00
%55.56

CMYK Percentages of Color #400050

%20
%100
%0
%69

Triadic Colors of #400050

#400050 #504000 #005040

Analogous Colors of #400050

#400050 #500038 #180050

Monochromatic Colors of #400050

#400050

Complementary Color

#400050 #105000

#400050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400050 Color CSS Codes

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

#400050 Text Font Color

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

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


#400050 Background Color

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

This div background color is #400050


#400050 Border Color

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

This div border color is #400050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400050

#400050 Color Palettes


Comments

No comments written yet.

Please login to write comment.