Color Hex Logo

#47315b Color Hex

#47315B
(71,49,91)
0 Favorites   0 Comments

Color spaces of #47315b

RGB 714991
HSL0.750.300.27
HSV271°46°36°
CMYK 0.220.460.00   0.64
XYZ5.58524.291510.4315
Yxy4.29150.27500.2113
Hunter Lab20.715911.8723-15.3543
CIE-Lab24.612619.3339-21.4932

#47315b color RGB value is (71,49,91).

#47315b hex color red value is 71, green value is 49 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #47315b hue: 0.75 , saturation: 0.30 and the lightness value of 47315b is 0.27.

The process color (four color CMYK) of #47315b color hex is 0.22, 0.46, 0.00, 0.64. Web safe color of #47315b is #333366. Color #47315b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110001 01011011
Octal 107 61 133
Decimal 71 49 91
Hex 47 31 5B

RGB Percentages of Color #47315b

%33.65
%23.22
%43.13

CMYK Percentages of Color #47315b

%22
%46
%0
%64

Triadic Colors of #47315b

#47315b #5b4731 #315b47

Analogous Colors of #47315b

#47315b #5b315a #32315b

Monochromatic Colors of #47315b

#47315b

Complementary Color

#47315b #455b31

#47315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47315b Color CSS Codes

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

#47315b Text Font Color

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

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


#47315b Background Color

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

This div background color is #47315b


#47315b Border Color

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

This div border color is #47315b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,49,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47315b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47315b;
  -webkit-box-shadow: 1px 1px 3px 2px #47315b;
  box-shadow:         1px 1px 3px 2px #47315b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47315b


Comments

No comments written yet.

Please login to write comment.