Color Hex Logo

#47084f Color Hex

#47084F
(71,8,79)
0 Favorites   0 Comments

Color spaces of #47084f

RGB 71879
HSL0.810.820.17
HSV293°90°31°
CMYK 0.100.900.00   0.69
XYZ4.09662.07787.5823
Yxy2.07780.29780.1510
Hunter Lab14.414625.5039-21.0973
CIE-Lab15.890337.8483-27.2997

#47084f color RGB value is (71,8,79).

#47084f hex color red value is 71, green value is 8 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #47084f hue: 0.81 , saturation: 0.82 and the lightness value of 47084f is 0.17.

The process color (four color CMYK) of #47084f color hex is 0.10, 0.90, 0.00, 0.69. Web safe color of #47084f is #330066. Color #47084f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 01001111
Octal 107 10 117
Decimal 71 8 79
Hex 47 8 4F

RGB Percentages of Color #47084f

%44.94
%5.06
%50.00

CMYK Percentages of Color #47084f

%10
%90
%0
%69

Triadic Colors of #47084f

#47084f #4f4708 #084f47

Analogous Colors of #47084f

#47084f #4f0834 #23084f

Monochromatic Colors of #47084f

#47084f

Complementary Color

#47084f #104f08

#47084f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47084f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47084f Color CSS Codes

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

#47084f Text Font Color

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

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


#47084f Background Color

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

This div background color is #47084f


#47084f Border Color

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

This div border color is #47084f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47084f


Comments

No comments written yet.

Please login to write comment.