Color Hex Logo

#472670 Color Hex

#472670
(71,38,112)
0 Favorites   0 Comments

Color spaces of #472670

RGB 7138112
HSL0.740.490.29
HSV267°66°44°
CMYK 0.370.660.00   0.56
XYZ6.21633.895715.7535
Yxy3.89570.24030.1506
Hunter Lab19.737521.6776-33.5060
CIE-Lab23.323631.9520-37.1958

#472670 color RGB value is (71,38,112).

#472670 hex color red value is 71, green value is 38 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #472670 hue: 0.74 , saturation: 0.49 and the lightness value of 472670 is 0.29.

The process color (four color CMYK) of #472670 color hex is 0.37, 0.66, 0.00, 0.56. Web safe color of #472670 is #333366. Color #472670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100110 01110000
Octal 107 46 160
Decimal 71 38 112
Hex 47 26 70

RGB Percentages of Color #472670

%32.13
%17.19
%50.68

CMYK Percentages of Color #472670

%37
%66
%0
%56

Triadic Colors of #472670

#472670 #704726 #267047

Analogous Colors of #472670

#472670 #6c2670 #262a70

Monochromatic Colors of #472670

#472670

Complementary Color

#472670 #4f7026

#472670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472670 Color CSS Codes

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

#472670 Text Font Color

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

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


#472670 Background Color

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

This div background color is #472670


#472670 Border Color

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

This div border color is #472670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472670


Comments

No comments written yet.

Please login to write comment.