Color Hex Logo

#402062 Color Hex

#402062
(64,32,98)
0 Favorites   0 Comments

Color spaces of #402062

RGB 643298
HSL0.750.510.25
HSV269°67°38°
CMYK 0.350.670.00   0.62
XYZ4.83553.004911.8804
Yxy3.00490.24520.1524
Hunter Lab17.334619.4569-28.5005
CIE-Lab20.063529.8235-33.3913

#402062 color RGB value is (64,32,98).

#402062 hex color red value is 64, green value is 32 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #402062 hue: 0.75 , saturation: 0.51 and the lightness value of 402062 is 0.25.

The process color (four color CMYK) of #402062 color hex is 0.35, 0.67, 0.00, 0.62. Web safe color of #402062 is #333366. Color #402062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100000 01100010
Octal 100 40 142
Decimal 64 32 98
Hex 40 20 62

RGB Percentages of Color #402062

%32.99
%16.49
%50.52

CMYK Percentages of Color #402062

%35
%67
%0
%62

Triadic Colors of #402062

#402062 #624020 #206240

Analogous Colors of #402062

#402062 #612062 #202162

Monochromatic Colors of #402062

#402062

Complementary Color

#402062 #426220

#402062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402062 Color CSS Codes

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

#402062 Text Font Color

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

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


#402062 Background Color

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

This div background color is #402062


#402062 Border Color

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

This div border color is #402062


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,32,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 #402062">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402062


Comments

No comments written yet.

Please login to write comment.