Color Hex Logo

#47042a Color Hex

#47042A
(71,4,42)
0 Favorites   0 Comments

Color spaces of #47042a

RGB 71442
HSL0.910.890.15
HSV326°94°28°
CMYK 0.000.940.41   0.72
XYZ3.05991.59362.3368
Yxy1.59360.43770.2280
Hunter Lab12.623821.1753-2.1386
CIE-Lab13.191133.2356-5.2503

#47042a color RGB value is (71,4,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 00101010
Octal 107 4 52
Decimal 71 4 42
Hex 47 4 2A

RGB Percentages of Color #47042a

%60.68
%3.42
%35.90

CMYK Percentages of Color #47042a

%0
%94
%41
%72

Triadic Colors of #47042a

#47042a #2a4704 #042a47

Analogous Colors of #47042a

#47042a #470408 #430447

Monochromatic Colors of #47042a

#47042a

Complementary Color

#47042a #044721

#47042a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47042a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47042a Color CSS Codes

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

#47042a Text Font Color

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

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


#47042a Background Color

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

This div background color is #47042a


#47042a Border Color

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

This div border color is #47042a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,4,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 #47042a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47042a


Comments

No comments written yet.

Please login to write comment.