Color Hex Logo

#472854 Color Hex

#472854
(71,40,84)
0 Favorites   0 Comments

Color spaces of #472854

RGB 714084
HSL0.780.350.24
HSV282°52°33°
CMYK 0.150.520.00   0.67
XYZ4.95763.49738.8013
Yxy3.49730.28730.2027
Hunter Lab18.701114.5930-14.8130
CIE-Lab21.934623.3049-21.0708

#472854 color RGB value is (71,40,84).

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

The process color (four color CMYK) of #472854 color hex is 0.15, 0.52, 0.00, 0.67. Web safe color of #472854 is #333366. Color #472854 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101000 01010100
Octal 107 50 124
Decimal 71 40 84
Hex 47 28 54

RGB Percentages of Color #472854

%36.41
%20.51
%43.08

CMYK Percentages of Color #472854

%15
%52
%0
%67

Triadic Colors of #472854

#472854 #544728 #285447

Analogous Colors of #472854

#472854 #54284b #312854

Monochromatic Colors of #472854

#472854

Complementary Color

#472854 #355428

#472854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472854 Color CSS Codes

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

#472854 Text Font Color

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

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


#472854 Background Color

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

This div background color is #472854


#472854 Border Color

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

This div border color is #472854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472854


Comments

No comments written yet.

Please login to write comment.