Color Hex Logo

#472158 Color Hex

#472158
(71,33,88)
0 Favorites   0 Comments

Color spaces of #472158

RGB 713388
HSL0.780.450.24
HSV281°63°35°
CMYK 0.190.630.00   0.65
XYZ4.90383.13199.5786
Yxy3.13190.27840.1778
Hunter Lab17.697218.4914-19.7027
CIE-Lab20.564628.5319-25.9072

#472158 color RGB value is (71,33,88).

#472158 hex color red value is 71, green value is 33 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #472158 hue: 0.78 , saturation: 0.45 and the lightness value of 472158 is 0.24.

The process color (four color CMYK) of #472158 color hex is 0.19, 0.63, 0.00, 0.65. Web safe color of #472158 is #333366. Color #472158 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 01011000
Octal 107 41 130
Decimal 71 33 88
Hex 47 21 58

RGB Percentages of Color #472158

%36.98
%17.19
%45.83

CMYK Percentages of Color #472158

%19
%63
%0
%65

Triadic Colors of #472158

#472158 #584721 #215847

Analogous Colors of #472158

#472158 #58214e #2c2158

Monochromatic Colors of #472158

#472158

Complementary Color

#472158 #325821

#472158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472158 Color CSS Codes

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

#472158 Text Font Color

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

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


#472158 Background Color

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

This div background color is #472158


#472158 Border Color

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

This div border color is #472158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472158


Comments

No comments written yet.

Please login to write comment.