Color Hex Logo

#431540 Color Hex

#431540
(67,21,64)
0 Favorites   0 Comments

Color spaces of #431540

RGB 672164
HSL0.840.520.17
HSV304°69°26°
CMYK 0.000.690.04   0.74
XYZ3.50832.09985.0709
Yxy2.09980.32850.1966
Hunter Lab14.490717.8574-10.6046
CIE-Lab16.002528.5359-16.7800

#431540 color RGB value is (67,21,64).

#431540 hex color red value is 67, green value is 21 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #431540 hue: 0.84 , saturation: 0.52 and the lightness value of 431540 is 0.17.

The process color (four color CMYK) of #431540 color hex is 0.00, 0.69, 0.04, 0.74. Web safe color of #431540 is #330033. Color #431540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010101 01000000
Octal 103 25 100
Decimal 67 21 64
Hex 43 15 40

RGB Percentages of Color #431540

%44.08
%13.82
%42.11

CMYK Percentages of Color #431540

%0
%69
%4
%74

Triadic Colors of #431540

#431540 #404315 #154043

Analogous Colors of #431540

#431540 #431529 #2f1543

Monochromatic Colors of #431540

#431540

Complementary Color

#431540 #154318

#431540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431540 Color CSS Codes

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

#431540 Text Font Color

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

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


#431540 Background Color

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

This div background color is #431540


#431540 Border Color

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

This div border color is #431540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,21,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #431540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #431540;
  -webkit-box-shadow: 1px 1px 3px 2px #431540;
  box-shadow:         1px 1px 3px 2px #431540; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431540


Comments

No comments written yet.

Please login to write comment.