Color Hex Logo

#472871 Color Hex

#472871
(71,40,113)
0 Favorites   0 Comments

Color spaces of #472871

RGB 7140113
HSL0.740.480.30
HSV265°65°44°
CMYK 0.370.650.00   0.56
XYZ6.33804.049416.0704
Yxy4.04940.23960.1531
Hunter Lab20.123121.0051-33.2630
CIE-Lab23.834131.0578-37.0150

#472871 color RGB value is (71,40,113).

#472871 hex color red value is 71, green value is 40 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #472871 hue: 0.74 , saturation: 0.48 and the lightness value of 472871 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101000 01110001
Octal 107 50 161
Decimal 71 40 113
Hex 47 28 71

RGB Percentages of Color #472871

%31.70
%17.86
%50.45

CMYK Percentages of Color #472871

%37
%65
%0
%56

Triadic Colors of #472871

#472871 #714728 #287147

Analogous Colors of #472871

#472871 #6c2871 #282d71

Monochromatic Colors of #472871

#472871

Complementary Color

#472871 #527128

#472871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472871 Color CSS Codes

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

#472871 Text Font Color

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

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


#472871 Background Color

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

This div background color is #472871


#472871 Border Color

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

This div border color is #472871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472871


Comments

No comments written yet.

Please login to write comment.