Color Hex Logo

#40246d Color Hex

#40246D
(64,36,109)
0 Favorites   0 Comments

Color spaces of #40246d

RGB 6436109
HSL0.730.500.28
HSV263°67°43°
CMYK 0.410.670.00   0.57
XYZ5.50553.455914.8449
Yxy3.45590.23130.1452
Hunter Lab18.590120.3307-34.3324
CIE-Lab21.784330.5957-37.7910

#40246d color RGB value is (64,36,109).

#40246d hex color red value is 64, green value is 36 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #40246d hue: 0.73 , saturation: 0.50 and the lightness value of 40246d is 0.28.

The process color (four color CMYK) of #40246d color hex is 0.41, 0.67, 0.00, 0.57. Web safe color of #40246d is #333366. Color #40246d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100100 01101101
Octal 100 44 155
Decimal 64 36 109
Hex 40 24 6D

RGB Percentages of Color #40246d

%30.62
%17.22
%52.15

CMYK Percentages of Color #40246d

%41
%67
%0
%57

Triadic Colors of #40246d

#40246d #6d4024 #246d40

Analogous Colors of #40246d

#40246d #65246d #242d6d

Monochromatic Colors of #40246d

#40246d

Complementary Color

#40246d #516d24

#40246d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40246d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40246d Color CSS Codes

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

#40246d Text Font Color

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

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


#40246d Background Color

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

This div background color is #40246d


#40246d Border Color

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

This div border color is #40246d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40246d


Comments

No comments written yet.

Please login to write comment.