Color Hex Logo

#472143 Color Hex

#472143
(71,33,67)
0 Favorites   0 Comments

Color spaces of #472143

RGB 713367
HSL0.850.370.20
HSV306°54°28°
CMYK 0.000.540.06   0.72
XYZ4.15552.83265.6379
Yxy2.83260.32910.2243
Hunter Lab16.830314.6195-8.0800
CIE-Lab19.360623.7264-13.5780

#472143 color RGB value is (71,33,67).

#472143 hex color red value is 71, green value is 33 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #472143 hue: 0.85 , saturation: 0.37 and the lightness value of 472143 is 0.20.

The process color (four color CMYK) of #472143 color hex is 0.00, 0.54, 0.06, 0.72. Web safe color of #472143 is #333333. Color #472143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 01000011
Octal 107 41 103
Decimal 71 33 67
Hex 47 21 43

RGB Percentages of Color #472143

%41.52
%19.30
%39.18

CMYK Percentages of Color #472143

%0
%54
%6
%72

Triadic Colors of #472143

#472143 #434721 #214347

Analogous Colors of #472143

#472143 #472130 #382147

Monochromatic Colors of #472143

#472143

Complementary Color

#472143 #214725

#472143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472143 Color CSS Codes

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

#472143 Text Font Color

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

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


#472143 Background Color

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

This div background color is #472143


#472143 Border Color

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

This div border color is #472143


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,33,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472143; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472143;
  -webkit-box-shadow: 1px 1px 3px 2px #472143;
  box-shadow:         1px 1px 3px 2px #472143; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472143


Comments

No comments written yet.

Please login to write comment.