Color Hex Logo

#402b6c Color Hex

#402B6C
(64,43,108)
0 Favorites   0 Comments

Color spaces of #402b6c

RGB 6443108
HSL0.720.430.30
HSV259°60°42°
CMYK 0.410.600.00   0.58
XYZ5.68503.900514.6406
Yxy3.90050.23470.1610
Hunter Lab19.749716.8198-30.1274
CIE-Lab23.339725.9715-34.6349

#402b6c color RGB value is (64,43,108).

#402b6c hex color red value is 64, green value is 43 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #402b6c hue: 0.72 , saturation: 0.43 and the lightness value of 402b6c is 0.30.

The process color (four color CMYK) of #402b6c color hex is 0.41, 0.60, 0.00, 0.58. Web safe color of #402b6c is #333366. Color #402b6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101011 01101100
Octal 100 53 154
Decimal 64 43 108
Hex 40 2B 6C

RGB Percentages of Color #402b6c

%29.77
%20.00
%50.23

CMYK Percentages of Color #402b6c

%41
%60
%0
%58

Triadic Colors of #402b6c

#402b6c #6c402b #2b6c40

Analogous Colors of #402b6c

#402b6c #612b6c #2b376c

Monochromatic Colors of #402b6c

#402b6c

Complementary Color

#402b6c #576c2b

#402b6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402b6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#402b6c Color CSS Codes

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

#402b6c Text Font Color

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

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


#402b6c Background Color

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

This div background color is #402b6c


#402b6c Border Color

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

This div border color is #402b6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402b6c


Comments

No comments written yet.

Please login to write comment.