Color Hex Logo

#402b6d Color Hex

#402B6D
(64,43,109)
0 Favorites   0 Comments

Color spaces of #402b6d

RGB 6443109
HSL0.720.430.30
HSV259°61°43°
CMYK 0.410.610.00   0.57
XYZ5.73853.921914.9225
Yxy3.92190.23340.1595
Hunter Lab19.803817.0669-30.8134
CIE-Lab23.411526.2734-35.1645

#402b6d color RGB value is (64,43,109).

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

The process color (four color CMYK) of #402b6d color hex is 0.41, 0.61, 0.00, 0.57. Web safe color of #402b6d is #333366. Color #402b6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101011 01101101
Octal 100 53 155
Decimal 64 43 109
Hex 40 2B 6D

RGB Percentages of Color #402b6d

%29.63
%19.91
%50.46

CMYK Percentages of Color #402b6d

%41
%61
%0
%57

Triadic Colors of #402b6d

#402b6d #6d402b #2b6d40

Analogous Colors of #402b6d

#402b6d #612b6d #2b376d

Monochromatic Colors of #402b6d

#402b6d

Complementary Color

#402b6d #586d2b

#402b6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402b6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#402b6d Color CSS Codes

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

#402b6d Text Font Color

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

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


#402b6d Background Color

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

This div background color is #402b6d


#402b6d Border Color

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

This div border color is #402b6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402b6d

#402b6d Color Palettes


Comments

No comments written yet.

Please login to write comment.