Color Hex Logo

#47123f Color Hex

#47123F
(71,18,63)
0 Favorites   0 Comments

Color spaces of #47123f

RGB 711863
HSL0.860.600.17
HSV309°75°28°
CMYK 0.000.750.11   0.72
XYZ3.71202.13114.9183
Yxy2.13110.34490.1980
Hunter Lab14.598319.8413-9.7566
CIE-Lab16.160731.0155-15.7781

#47123f color RGB value is (71,18,63).

#47123f hex color red value is 71, green value is 18 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #47123f hue: 0.86 , saturation: 0.60 and the lightness value of 47123f is 0.17.

The process color (four color CMYK) of #47123f color hex is 0.00, 0.75, 0.11, 0.72. Web safe color of #47123f is #330033. Color #47123f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010010 00111111
Octal 107 22 77
Decimal 71 18 63
Hex 47 12 3F

RGB Percentages of Color #47123f

%46.71
%11.84
%41.45

CMYK Percentages of Color #47123f

%0
%75
%11
%72

Triadic Colors of #47123f

#47123f #3f4712 #123f47

Analogous Colors of #47123f

#47123f #471224 #351247

Monochromatic Colors of #47123f

#47123f

Complementary Color

#47123f #12471a

#47123f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47123f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47123f Color CSS Codes

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

#47123f Text Font Color

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

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


#47123f Background Color

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

This div background color is #47123f


#47123f Border Color

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

This div border color is #47123f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47123f


Comments

No comments written yet.

Please login to write comment.