Color Hex Logo

#400362 Color Hex

#400362
(64,3,98)
0 Favorites   0 Comments

Color spaces of #400362

RGB 64398
HSL0.770.940.20
HSV279°97°38°
CMYK 0.350.970.00   0.62
XYZ4.35152.037011.7191
Yxy2.03700.24030.1125
Hunter Lab14.272429.4463-38.6927
CIE-Lab15.680242.3170-40.5141

#400362 color RGB value is (64,3,98).

#400362 hex color red value is 64, green value is 3 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #400362 hue: 0.77 , saturation: 0.94 and the lightness value of 400362 is 0.20.

The process color (four color CMYK) of #400362 color hex is 0.35, 0.97, 0.00, 0.62. Web safe color of #400362 is #330066. Color #400362 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 01100010
Octal 100 3 142
Decimal 64 3 98
Hex 40 3 62

RGB Percentages of Color #400362

%38.79
%1.82
%59.39

CMYK Percentages of Color #400362

%35
%97
%0
%62

Triadic Colors of #400362

#400362 #624003 #036240

Analogous Colors of #400362

#400362 #620355 #110362

Monochromatic Colors of #400362

#400362

Complementary Color

#400362 #256203

#400362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400362 Color CSS Codes

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

#400362 Text Font Color

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

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


#400362 Background Color

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

This div background color is #400362


#400362 Border Color

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

This div border color is #400362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400362


Comments

No comments written yet.

Please login to write comment.