Color Hex Logo

#47013c Color Hex

#47013C
(71,1,60)
0 Favorites   0 Comments

Color spaces of #47013c

RGB 71160
HSL0.860.970.14
HSV309°99°28°
CMYK 0.000.990.15   0.72
XYZ3.42501.68754.4202
Yxy1.68750.35930.1770
Hunter Lab12.990424.3295-11.0812
CIE-Lab13.753636.9014-17.4377

#47013c color RGB value is (71,1,60).

#47013c hex color red value is 71, green value is 1 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #47013c hue: 0.86 , saturation: 0.97 and the lightness value of 47013c is 0.14.

The process color (four color CMYK) of #47013c color hex is 0.00, 0.99, 0.15, 0.72. Web safe color of #47013c is #330033. Color #47013c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000001 00111100
Octal 107 1 74
Decimal 71 1 60
Hex 47 1 3C

RGB Percentages of Color #47013c

%53.79
%0.76
%45.45

CMYK Percentages of Color #47013c

%0
%99
%15
%72

Triadic Colors of #47013c

#47013c #3c4701 #013c47

Analogous Colors of #47013c

#47013c #470119 #2f0147

Monochromatic Colors of #47013c

#47013c

Complementary Color

#47013c #01470c

#47013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47013c Color CSS Codes

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

#47013c Text Font Color

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

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


#47013c Background Color

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

This div background color is #47013c


#47013c Border Color

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

This div border color is #47013c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47013c


Comments

No comments written yet.

Please login to write comment.