Color Hex Logo

#47375b Color Hex

#47375B
(71,55,91)
0 Favorites   0 Comments

Color spaces of #47375b

RGB 715591
HSL0.740.250.29
HSV267°40°36°
CMYK 0.220.400.00   0.64
XYZ5.85304.827310.5208
Yxy4.82730.27610.2277
Hunter Lab21.97119.1021-13.0110
CIE-Lab26.237015.3909-18.9530

#47375b color RGB value is (71,55,91).

#47375b hex color red value is 71, green value is 55 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #47375b hue: 0.74 , saturation: 0.25 and the lightness value of 47375b is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110111 01011011
Octal 107 67 133
Decimal 71 55 91
Hex 47 37 5B

RGB Percentages of Color #47375b

%32.72
%25.35
%41.94

CMYK Percentages of Color #47375b

%22
%40
%0
%64

Triadic Colors of #47375b

#47375b #5b4737 #375b47

Analogous Colors of #47375b

#47375b #59375b #37395b

Monochromatic Colors of #47375b

#47375b

Complementary Color

#47375b #4b5b37

#47375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47375b Color CSS Codes

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

#47375b Text Font Color

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

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


#47375b Background Color

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

This div background color is #47375b


#47375b Border Color

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

This div border color is #47375b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,55,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 #47375b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47375b


Comments

No comments written yet.

Please login to write comment.