Color Hex Logo

#47043e Color Hex

#47043E
(71,4,62)
0 Favorites   0 Comments

Color spaces of #47043e

RGB 71462
HSL0.860.890.15
HSV308°94°28°
CMYK 0.000.940.13   0.72
XYZ3.51151.77424.7148
Yxy1.77420.35110.1774
Hunter Lab13.319923.7477-11.6627
CIE-Lab14.254736.1203-18.0682

#47043e color RGB value is (71,4,62).

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

The process color (four color CMYK) of #47043e color hex is 0.00, 0.94, 0.13, 0.72. Web safe color of #47043e is #330033. Color #47043e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 00111110
Octal 107 4 76
Decimal 71 4 62
Hex 47 4 3E

RGB Percentages of Color #47043e

%51.82
%2.92
%45.26

CMYK Percentages of Color #47043e

%0
%94
%13
%72

Triadic Colors of #47043e

#47043e #3e4704 #043e47

Analogous Colors of #47043e

#47043e #47041c #2f0447

Monochromatic Colors of #47043e

#47043e

Complementary Color

#47043e #04470d

#47043e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47043e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47043e Color CSS Codes

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

#47043e Text Font Color

<p style="color:#47043e">Text here</p>

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


#47043e Background Color

<div style="background-color:#47043e">
Div content here</div>

This div background color is #47043e


#47043e Border Color

<div style="border:3px solid #47043e">
Div here</div>

This div border color is #47043e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47043e


Comments

No comments written yet.

Please login to write comment.