Color Hex Logo

#47143d Color Hex

#47143D
(71,20,61)
0 Favorites   0 Comments

Color spaces of #47143d

RGB 712061
HSL0.870.560.18
HSV312°72°28°
CMYK 0.000.720.14   0.72
XYZ3.69102.17684.6405
Yxy2.17680.35120.2072
Hunter Lab14.754018.8358-8.3204
CIE-Lab16.389029.7111-14.0174

#47143d color RGB value is (71,20,61).

#47143d hex color red value is 71, green value is 20 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #47143d hue: 0.87 , saturation: 0.56 and the lightness value of 47143d is 0.18.

The process color (four color CMYK) of #47143d color hex is 0.00, 0.72, 0.14, 0.72. Web safe color of #47143d is #330033. Color #47143d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010100 00111101
Octal 107 24 75
Decimal 71 20 61
Hex 47 14 3D

RGB Percentages of Color #47143d

%46.71
%13.16
%40.13

CMYK Percentages of Color #47143d

%0
%72
%14
%72

Triadic Colors of #47143d

#47143d #3d4714 #143d47

Analogous Colors of #47143d

#47143d #471424 #381447

Monochromatic Colors of #47143d

#47143d

Complementary Color

#47143d #14471e

#47143d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47143d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47143d Color CSS Codes

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

#47143d Text Font Color

<p style="color:#47143d">Text here</p>

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


#47143d Background Color

<div style="background-color:#47143d">
Div content here</div>

This div background color is #47143d


#47143d Border Color

<div style="border:3px solid #47143d">
Div here</div>

This div border color is #47143d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,20,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47143d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47143d;
  -webkit-box-shadow: 1px 1px 3px 2px #47143d;
  box-shadow:         1px 1px 3px 2px #47143d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47143d


Comments

No comments written yet.

Please login to write comment.