Color Hex Logo

#472086 Color Hex

#472086
(71,32,134)
0 Favorites   0 Comments

Color spaces of #472086

RGB 7132134
HSL0.730.610.33
HSV263°76°53°
CMYK 0.470.760.00   0.47
XYZ7.41814.093822.9535
Yxy4.09380.21520.1188
Hunter Lab20.233130.0357-53.0984
CIE-Lab23.979141.3516-50.1013

#472086 color RGB value is (71,32,134).

#472086 hex color red value is 71, green value is 32 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #472086 hue: 0.73 , saturation: 0.61 and the lightness value of 472086 is 0.33.

The process color (four color CMYK) of #472086 color hex is 0.47, 0.76, 0.00, 0.47. Web safe color of #472086 is #333399. Color #472086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 10000110
Octal 107 40 206
Decimal 71 32 134
Hex 47 20 86

RGB Percentages of Color #472086

%29.96
%13.50
%56.54

CMYK Percentages of Color #472086

%47
%76
%0
%47

Triadic Colors of #472086

#472086 #864720 #208647

Analogous Colors of #472086

#472086 #7a2086 #202c86

Monochromatic Colors of #472086

#472086

Complementary Color

#472086 #5f8620

#472086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472086 Color CSS Codes

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

#472086 Text Font Color

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

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


#472086 Background Color

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

This div background color is #472086


#472086 Border Color

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

This div border color is #472086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472086


Comments

No comments written yet.

Please login to write comment.