Color Hex Logo

#431149 Color Hex

#431149
(67,17,73)
0 Favorites   0 Comments

Color spaces of #431149

RGB 671773
HSL0.820.620.18
HSV294°77°29°
CMYK 0.080.770.00   0.71
XYZ3.71782.07526.5079
Yxy2.07520.30220.1687
Hunter Lab14.405620.8577-16.7012
CIE-Lab15.877032.3266-23.2366

#431149 color RGB value is (67,17,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010001 01001001
Octal 103 21 111
Decimal 67 17 73
Hex 43 11 49

RGB Percentages of Color #431149

%42.68
%10.83
%46.50

CMYK Percentages of Color #431149

%8
%77
%0
%71

Triadic Colors of #431149

#431149 #494311 #114943

Analogous Colors of #431149

#431149 #491133 #271149

Monochromatic Colors of #431149

#431149

Complementary Color

#431149 #174911

#431149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431149 Color CSS Codes

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

#431149 Text Font Color

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

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


#431149 Background Color

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

This div background color is #431149


#431149 Border Color

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

This div border color is #431149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431149


Comments

No comments written yet.

Please login to write comment.