Color Hex Logo

#47102c Color Hex

#47102C
(71,16,44)
0 Favorites   0 Comments

Color spaces of #47102c

RGB 711644
HSL0.920.630.17
HSV329°77°28°
CMYK 0.000.770.38   0.72
XYZ3.23841.89202.5774
Yxy1.89200.42010.2455
Hunter Lab13.755017.9538-1.4812
CIE-Lab14.910028.8616-4.1324

#47102c color RGB value is (71,16,44).

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

The process color (four color CMYK) of #47102c color hex is 0.00, 0.77, 0.38, 0.72. Web safe color of #47102c is #330033. Color #47102c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 00101100
Octal 107 20 54
Decimal 71 16 44
Hex 47 10 2C

RGB Percentages of Color #47102c

%54.20
%12.21
%33.59

CMYK Percentages of Color #47102c

%0
%77
%38
%72

Triadic Colors of #47102c

#47102c #2c4710 #102c47

Analogous Colors of #47102c

#47102c #471011 #471047

Monochromatic Colors of #47102c

#47102c

Complementary Color

#47102c #10472b

#47102c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47102c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47102c Color CSS Codes

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

#47102c Text Font Color

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

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


#47102c Background Color

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

This div background color is #47102c


#47102c Border Color

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

This div border color is #47102c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47102c


Comments

No comments written yet.

Please login to write comment.