Color Hex Logo

#47102a Color Hex

#47102A
(71,16,42)
0 Favorites   0 Comments

Color spaces of #47102a

RGB 711642
HSL0.920.630.17
HSV332°77°28°
CMYK 0.000.770.41   0.72
XYZ3.20171.87732.3841
Yxy1.87730.42900.2515
Hunter Lab13.701517.7336-0.7256
CIE-Lab14.829728.5929-2.7977

#47102a color RGB value is (71,16,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 00101010
Octal 107 20 52
Decimal 71 16 42
Hex 47 10 2A

RGB Percentages of Color #47102a

%55.04
%12.40
%32.56

CMYK Percentages of Color #47102a

%0
%77
%41
%72

Triadic Colors of #47102a

#47102a #2a4710 #102a47

Analogous Colors of #47102a

#47102a #471110 #471046

Monochromatic Colors of #47102a

#47102a

Complementary Color

#47102a #10472d

#47102a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47102a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47102a Color CSS Codes

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

#47102a Text Font Color

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

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


#47102a Background Color

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

This div background color is #47102a


#47102a Border Color

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

This div border color is #47102a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47102a


Comments

No comments written yet.

Please login to write comment.