Color Hex Logo

#47295d Color Hex

#47295D
(71,41,93)
0 Favorites   0 Comments

Color spaces of #47295d

RGB 714193
HSL0.760.390.26
HSV275°56°36°
CMYK 0.240.560.00   0.64
XYZ5.36733.715810.7903
Yxy3.71580.27010.1870
Hunter Lab19.276415.9676-19.6951
CIE-Lab22.708724.9788-25.8133

#47295d color RGB value is (71,41,93).

#47295d hex color red value is 71, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #47295d hue: 0.76 , saturation: 0.39 and the lightness value of 47295d is 0.26.

The process color (four color CMYK) of #47295d color hex is 0.24, 0.56, 0.00, 0.64. Web safe color of #47295d is #333366. Color #47295d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101001 01011101
Octal 107 51 135
Decimal 71 41 93
Hex 47 29 5D

RGB Percentages of Color #47295d

%34.63
%20.00
%45.37

CMYK Percentages of Color #47295d

%24
%56
%0
%64

Triadic Colors of #47295d

#47295d #5d4729 #295d47

Analogous Colors of #47295d

#47295d #5d2959 #2d295d

Monochromatic Colors of #47295d

#47295d

Complementary Color

#47295d #3f5d29

#47295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47295d Color CSS Codes

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

#47295d Text Font Color

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

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


#47295d Background Color

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

This div background color is #47295d


#47295d Border Color

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

This div border color is #47295d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,41,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47295d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47295d;
  -webkit-box-shadow: 1px 1px 3px 2px #47295d;
  box-shadow:         1px 1px 3px 2px #47295d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47295d


Comments

No comments written yet.

Please login to write comment.