Color Hex Logo

#431249 Color Hex

#431249
(67,18,73)
0 Favorites   0 Comments

Color spaces of #431249

RGB 671873
HSL0.820.600.18
HSV293°75°29°
CMYK 0.080.750.00   0.71
XYZ3.73362.10696.5132
Yxy2.10690.30220.1705
Hunter Lab14.515220.5123-16.4438
CIE-Lab16.038531.8706-22.9794

#431249 color RGB value is (67,18,73).

#431249 hex color red value is 67, green value is 18 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #431249 hue: 0.82 , saturation: 0.60 and the lightness value of 431249 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010010 01001001
Octal 103 22 111
Decimal 67 18 73
Hex 43 12 49

RGB Percentages of Color #431249

%42.41
%11.39
%46.20

CMYK Percentages of Color #431249

%8
%75
%0
%71

Triadic Colors of #431249

#431249 #494312 #124943

Analogous Colors of #431249

#431249 #491234 #281249

Monochromatic Colors of #431249

#431249

Complementary Color

#431249 #184912

#431249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431249 Color CSS Codes

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

#431249 Text Font Color

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

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


#431249 Background Color

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

This div background color is #431249


#431249 Border Color

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

This div border color is #431249


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,18,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 #431249">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431249


Comments

No comments written yet.

Please login to write comment.