Color Hex Logo

#40132e Color Hex

#40132E
(64,19,46)
0 Favorites   0 Comments

Color spaces of #40132e

RGB 641946
HSL0.900.540.16
HSV324°70°25°
CMYK 0.000.700.28   0.75
XYZ2.84041.75302.7734
Yxy1.75300.38560.2380
Hunter Lab13.240115.1235-3.1514
CIE-Lab14.133725.2749-6.8910

#40132e color RGB value is (64,19,46).

#40132e hex color red value is 64, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #40132e hue: 0.90 , saturation: 0.54 and the lightness value of 40132e is 0.16.

The process color (four color CMYK) of #40132e color hex is 0.00, 0.70, 0.28, 0.75. Web safe color of #40132e is #330033. Color #40132e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010011 00101110
Octal 100 23 56
Decimal 64 19 46
Hex 40 13 2E

RGB Percentages of Color #40132e

%49.61
%14.73
%35.66

CMYK Percentages of Color #40132e

%0
%70
%28
%75

Triadic Colors of #40132e

#40132e #2e4013 #132e40

Analogous Colors of #40132e

#40132e #401318 #3c1340

Monochromatic Colors of #40132e

#40132e

Complementary Color

#40132e #134025

#40132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40132e Color CSS Codes

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

#40132e Text Font Color

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

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


#40132e Background Color

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

This div background color is #40132e


#40132e Border Color

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

This div border color is #40132e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,19,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40132e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40132e;
  -webkit-box-shadow: 1px 1px 3px 2px #40132e;
  box-shadow:         1px 1px 3px 2px #40132e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40132e


Comments

No comments written yet.

Please login to write comment.