Color Hex Logo

#470843 Color Hex

#470843
(71,8,67)
0 Favorites   0 Comments

Color spaces of #470843

RGB 71867
HSL0.840.800.15
HSV304°89°28°
CMYK 0.000.890.06   0.72
XYZ3.69851.91855.4856
Yxy1.91850.33310.1728
Hunter Lab13.851023.4239-13.7857
CIE-Lab15.053635.5817-20.3265

#470843 color RGB value is (71,8,67).

#470843 hex color red value is 71, green value is 8 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #470843 hue: 0.84 , saturation: 0.80 and the lightness value of 470843 is 0.15.

The process color (four color CMYK) of #470843 color hex is 0.00, 0.89, 0.06, 0.72. Web safe color of #470843 is #330033. Color #470843 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 01000011
Octal 107 10 103
Decimal 71 8 67
Hex 47 8 43

RGB Percentages of Color #470843

%48.63
%5.48
%45.89

CMYK Percentages of Color #470843

%0
%89
%6
%72

Triadic Colors of #470843

#470843 #434708 #084347

Analogous Colors of #470843

#470843 #470824 #2c0847

Monochromatic Colors of #470843

#470843

Complementary Color

#470843 #08470c

#470843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470843 Color CSS Codes

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

#470843 Text Font Color

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

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


#470843 Background Color

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

This div background color is #470843


#470843 Border Color

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

This div border color is #470843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470843


Comments

No comments written yet.

Please login to write comment.