Color Hex Logo

#470415 Color Hex

#470415
(71,4,21)
0 Favorites   0 Comments

Color spaces of #470415

RGB 71421
HSL0.960.890.15
HSV345°94°28°
CMYK 0.000.940.70   0.72
XYZ2.77731.48060.8489
Yxy1.48060.54380.2899
Hunter Lab12.168019.44804.3812
CIE-Lab12.484231.22719.3823

#470415 color RGB value is (71,4,21).

#470415 hex color red value is 71, green value is 4 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #470415 hue: 0.96 , saturation: 0.89 and the lightness value of 470415 is 0.15.

The process color (four color CMYK) of #470415 color hex is 0.00, 0.94, 0.70, 0.72. Web safe color of #470415 is #330000. Color #470415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 00010101
Octal 107 4 25
Decimal 71 4 21
Hex 47 4 15

RGB Percentages of Color #470415

%73.96
%4.17
%21.88

CMYK Percentages of Color #470415

%0
%94
%70
%72

Triadic Colors of #470415

#470415 #154704 #041547

Analogous Colors of #470415

#470415 #471504 #470437

Monochromatic Colors of #470415

#470415

Complementary Color

#470415 #044736

#470415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470415 Color CSS Codes

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

#470415 Text Font Color

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

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


#470415 Background Color

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

This div background color is #470415


#470415 Border Color

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

This div border color is #470415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470415


Comments

No comments written yet.

Please login to write comment.