Color Hex Logo

#47103f Color Hex

#47103F
(71,16,63)
0 Favorites   0 Comments

Color spaces of #47103f

RGB 711663
HSL0.860.630.17
HSV309°77°28°
CMYK 0.000.770.11   0.72
XYZ3.68102.06914.9080
Yxy2.06910.34540.1941
Hunter Lab14.384420.5060-10.1609
CIE-Lab15.845831.8995-16.2713

#47103f color RGB value is (71,16,63).

#47103f hex color red value is 71, green value is 16 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #47103f hue: 0.86 , saturation: 0.63 and the lightness value of 47103f is 0.17.

The process color (four color CMYK) of #47103f color hex is 0.00, 0.77, 0.11, 0.72. Web safe color of #47103f is #330033. Color #47103f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 00111111
Octal 107 20 77
Decimal 71 16 63
Hex 47 10 3F

RGB Percentages of Color #47103f

%47.33
%10.67
%42.00

CMYK Percentages of Color #47103f

%0
%77
%11
%72

Triadic Colors of #47103f

#47103f #3f4710 #103f47

Analogous Colors of #47103f

#47103f #471024 #341047

Monochromatic Colors of #47103f

#47103f

Complementary Color

#47103f #104718

#47103f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47103f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47103f Color CSS Codes

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

#47103f Text Font Color

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

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


#47103f Background Color

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

This div background color is #47103f


#47103f Border Color

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

This div border color is #47103f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47103f


Comments

No comments written yet.

Please login to write comment.