Color Hex Logo

#430949 Color Hex

#430949
(67,9,73)
0 Favorites   0 Comments

Color spaces of #430949

RGB 67973
HSL0.820.780.16
HSV294°88°29°
CMYK 0.080.880.00   0.71
XYZ3.61501.86976.4737
Yxy1.86970.30230.1564
Hunter Lab13.673723.2622-18.4988
CIE-Lab14.788035.4416-24.9770

#430949 color RGB value is (67,9,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001001 01001001
Octal 103 11 111
Decimal 67 9 73
Hex 43 9 49

RGB Percentages of Color #430949

%44.97
%6.04
%48.99

CMYK Percentages of Color #430949

%8
%88
%0
%71

Triadic Colors of #430949

#430949 #494309 #094943

Analogous Colors of #430949

#430949 #49092f #230949

Monochromatic Colors of #430949

#430949

Complementary Color

#430949 #0f4909

#430949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#430949 Color CSS Codes

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

#430949 Text Font Color

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

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


#430949 Background Color

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

This div background color is #430949


#430949 Border Color

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

This div border color is #430949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430949


Comments

No comments written yet.

Please login to write comment.