Color Hex Logo

#47204f Color Hex

#47204F
(71,32,79)
0 Favorites   0 Comments

Color spaces of #47204f

RGB 713279
HSL0.800.420.22
HSV290°59°31°
CMYK 0.100.590.00   0.69
XYZ4.52632.93717.7255
Yxy2.93710.29800.1934
Hunter Lab17.138017.1521-14.7303
CIE-Lab19.790226.9653-21.0906

#47204f color RGB value is (71,32,79).

#47204f hex color red value is 71, green value is 32 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #47204f hue: 0.80 , saturation: 0.42 and the lightness value of 47204f is 0.22.

The process color (four color CMYK) of #47204f color hex is 0.10, 0.59, 0.00, 0.69. Web safe color of #47204f is #333366. Color #47204f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 01001111
Octal 107 40 117
Decimal 71 32 79
Hex 47 20 4F

RGB Percentages of Color #47204f

%39.01
%17.58
%43.41

CMYK Percentages of Color #47204f

%10
%59
%0
%69

Triadic Colors of #47204f

#47204f #4f4720 #204f47

Analogous Colors of #47204f

#47204f #4f2040 #30204f

Monochromatic Colors of #47204f

#47204f

Complementary Color

#47204f #284f20

#47204f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47204f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47204f Color CSS Codes

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

#47204f Text Font Color

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

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


#47204f Background Color

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

This div background color is #47204f


#47204f Border Color

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

This div border color is #47204f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47204f


Comments

No comments written yet.

Please login to write comment.