Color Hex Logo

#472578 Color Hex

#472578
(71,37,120)
0 Favorites   0 Comments

Color spaces of #472578

RGB 7137120
HSL0.730.530.31
HSV265°69°47°
CMYK 0.410.690.00   0.53
XYZ6.65034.018818.1945
Yxy4.01880.23040.1392
Hunter Lab20.046924.1328-39.7784
CIE-Lab23.733534.7683-41.6538

#472578 color RGB value is (71,37,120).

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

The process color (four color CMYK) of #472578 color hex is 0.41, 0.69, 0.00, 0.53. Web safe color of #472578 is #333366. Color #472578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100101 01111000
Octal 107 45 170
Decimal 71 37 120
Hex 47 25 78

RGB Percentages of Color #472578

%31.14
%16.23
%52.63

CMYK Percentages of Color #472578

%41
%69
%0
%53

Triadic Colors of #472578

#472578 #784725 #257847

Analogous Colors of #472578

#472578 #712578 #252c78

Monochromatic Colors of #472578

#472578

Complementary Color

#472578 #567825

#472578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472578 Color CSS Codes

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

#472578 Text Font Color

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

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


#472578 Background Color

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

This div background color is #472578


#472578 Border Color

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

This div border color is #472578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472578


Comments

No comments written yet.

Please login to write comment.