Color Hex Logo

#402366 Color Hex

#402366
(64,35,102)
0 Favorites   0 Comments

Color spaces of #402366

RGB 6435102
HSL0.740.490.27
HSV266°66°40°
CMYK 0.370.660.00   0.60
XYZ5.11373.251412.9284
Yxy3.25140.24020.1527
Hunter Lab18.031619.0665-29.8878
CIE-Lab21.023829.1711-34.4669

#402366 color RGB value is (64,35,102).

#402366 hex color red value is 64, green value is 35 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #402366 hue: 0.74 , saturation: 0.49 and the lightness value of 402366 is 0.27.

The process color (four color CMYK) of #402366 color hex is 0.37, 0.66, 0.00, 0.60. Web safe color of #402366 is #333366. Color #402366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100011 01100110
Octal 100 43 146
Decimal 64 35 102
Hex 40 23 66

RGB Percentages of Color #402366

%31.84
%17.41
%50.75

CMYK Percentages of Color #402366

%37
%66
%0
%60

Triadic Colors of #402366

#402366 #664023 #236640

Analogous Colors of #402366

#402366 #622366 #232866

Monochromatic Colors of #402366

#402366

Complementary Color

#402366 #496623

#402366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402366 Color CSS Codes

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

#402366 Text Font Color

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

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


#402366 Background Color

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

This div background color is #402366


#402366 Border Color

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

This div border color is #402366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402366


Comments

No comments written yet.

Please login to write comment.