Color Hex Logo

#472080 Color Hex

#472080
(71,32,128)
0 Favorites   0 Comments

Color spaces of #472080

RGB 7132128
HSL0.730.600.31
HSV264°75°50°
CMYK 0.450.750.00   0.50
XYZ7.01133.931120.8113
Yxy3.93110.22080.1238
Hunter Lab19.827028.4246-48.3545
CIE-Lab23.442339.6859-47.2023

#472080 color RGB value is (71,32,128).

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

The process color (four color CMYK) of #472080 color hex is 0.45, 0.75, 0.00, 0.50. Web safe color of #472080 is #333399. Color #472080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 10000000
Octal 107 40 200
Decimal 71 32 128
Hex 47 20 80

RGB Percentages of Color #472080

%30.74
%13.85
%55.41

CMYK Percentages of Color #472080

%45
%75
%0
%50

Triadic Colors of #472080

#472080 #804720 #208047

Analogous Colors of #472080

#472080 #772080 #202980

Monochromatic Colors of #472080

#472080

Complementary Color

#472080 #598020

#472080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472080 Color CSS Codes

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

#472080 Text Font Color

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

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


#472080 Background Color

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

This div background color is #472080


#472080 Border Color

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

This div border color is #472080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472080


Comments

No comments written yet.

Please login to write comment.