Color Hex Logo

#431949 Color Hex

#431949
(67,25,73)
0 Favorites   0 Comments

Color spaces of #431949

RGB 672573
HSL0.810.490.19
HSV293°66°29°
CMYK 0.080.660.00   0.71
XYZ3.86502.36966.5570
Yxy2.36960.30220.1852
Hunter Lab15.393517.8791-14.4796
CIE-Lab17.318328.3253-20.9478

#431949 color RGB value is (67,25,73).

#431949 hex color red value is 67, green value is 25 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #431949 hue: 0.81 , saturation: 0.49 and the lightness value of 431949 is 0.19.

The process color (four color CMYK) of #431949 color hex is 0.08, 0.66, 0.00, 0.71. Web safe color of #431949 is #330033. Color #431949 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011001 01001001
Octal 103 31 111
Decimal 67 25 73
Hex 43 19 49

RGB Percentages of Color #431949

%40.61
%15.15
%44.24

CMYK Percentages of Color #431949

%8
%66
%0
%71

Triadic Colors of #431949

#431949 #494319 #194943

Analogous Colors of #431949

#431949 #491937 #2b1949

Monochromatic Colors of #431949

#431949

Complementary Color

#431949 #1f4919

#431949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431949 Color CSS Codes

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

#431949 Text Font Color

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

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


#431949 Background Color

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

This div background color is #431949


#431949 Border Color

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

This div border color is #431949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431949


Comments

No comments written yet.

Please login to write comment.