Color Hex Logo

#40132b Color Hex

#40132B
(64,19,43)
0 Favorites   0 Comments

Color spaces of #40132b

RGB 641943
HSL0.910.540.16
HSV328°70°25°
CMYK 0.000.700.33   0.75
XYZ2.78331.73022.4728
Yxy1.73020.39840.2477
Hunter Lab13.153714.7513-1.9385
CIE-Lab14.002524.7937-4.9094

#40132b color RGB value is (64,19,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010011 00101011
Octal 100 23 53
Decimal 64 19 43
Hex 40 13 2B

RGB Percentages of Color #40132b

%50.79
%15.08
%34.13

CMYK Percentages of Color #40132b

%0
%70
%33
%75

Triadic Colors of #40132b

#40132b #2b4013 #132b40

Analogous Colors of #40132b

#40132b #401315 #3f1340

Monochromatic Colors of #40132b

#40132b

Complementary Color

#40132b #134028

#40132b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40132b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40132b Color CSS Codes

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

#40132b Text Font Color

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

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


#40132b Background Color

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

This div background color is #40132b


#40132b Border Color

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

This div border color is #40132b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40132b


Comments

No comments written yet.

Please login to write comment.