Color Hex Logo

#47083c Color Hex

#47083C
(71,8,60)
0 Favorites   0 Comments

Color spaces of #47083c

RGB 71860
HSL0.860.800.15
HSV310°89°28°
CMYK 0.000.890.15   0.72
XYZ3.50101.83954.4455
Yxy1.83950.35780.1880
Hunter Lab13.562822.3417-9.9396
CIE-Lab14.621434.3735-16.0724

#47083c color RGB value is (71,8,60).

#47083c hex color red value is 71, green value is 8 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #47083c hue: 0.86 , saturation: 0.80 and the lightness value of 47083c is 0.15.

The process color (four color CMYK) of #47083c color hex is 0.00, 0.89, 0.15, 0.72. Web safe color of #47083c is #330033. Color #47083c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 00111100
Octal 107 10 74
Decimal 71 8 60
Hex 47 8 3C

RGB Percentages of Color #47083c

%51.08
%5.76
%43.17

CMYK Percentages of Color #47083c

%0
%89
%15
%72

Triadic Colors of #47083c

#47083c #3c4708 #083c47

Analogous Colors of #47083c

#47083c #47081c #330847

Monochromatic Colors of #47083c

#47083c

Complementary Color

#47083c #084713

#47083c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47083c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47083c Color CSS Codes

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

#47083c Text Font Color

<p style="color:#47083c">Text here</p>

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


#47083c Background Color

<div style="background-color:#47083c">
Div content here</div>

This div background color is #47083c


#47083c Border Color

<div style="border:3px solid #47083c">
Div here</div>

This div border color is #47083c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47083c


Comments

No comments written yet.

Please login to write comment.