Color Hex Logo

#470210 Color Hex

#470210
(71,2,16)
0 Favorites   0 Comments

Color spaces of #470210

RGB 71216
HSL0.970.950.14
HSV348°97°28°
CMYK 0.000.970.77   0.72
XYZ2.71381.42040.6213
Yxy1.42040.57070.2987
Hunter Lab11.918119.78875.2518
CIE-Lab12.092831.731411.9629

#470210 color RGB value is (71,2,16).

#470210 hex color red value is 71, green value is 2 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #470210 hue: 0.97 , saturation: 0.95 and the lightness value of 470210 is 0.14.

The process color (four color CMYK) of #470210 color hex is 0.00, 0.97, 0.77, 0.72. Web safe color of #470210 is #330000. Color #470210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000010 00010000
Octal 107 2 20
Decimal 71 2 16
Hex 47 2 10

RGB Percentages of Color #470210

%79.78
%2.25
%17.98

CMYK Percentages of Color #470210

%0
%97
%77
%72

Triadic Colors of #470210

#470210 #104702 #021047

Analogous Colors of #470210

#470210 #471702 #470233

Monochromatic Colors of #470210

#470210

Complementary Color

#470210 #024739

#470210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470210 Color CSS Codes

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

#470210 Text Font Color

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

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


#470210 Background Color

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

This div background color is #470210


#470210 Border Color

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

This div border color is #470210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470210


Comments

No comments written yet.

Please login to write comment.