Color Hex Logo

#47136b Color Hex

#47136B
(71,19,107)
0 Favorites   0 Comments

Color spaces of #47136b

RGB 7119107
HSL0.770.700.25
HSV275°82°42°
CMYK 0.340.820.00   0.58
XYZ5.48522.866914.1742
Yxy2.86690.24350.1273
Hunter Lab16.931928.1953-37.7810
CIE-Lab19.502840.1920-40.1506

#47136b color RGB value is (71,19,107).

#47136b hex color red value is 71, green value is 19 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #47136b hue: 0.77 , saturation: 0.70 and the lightness value of 47136b is 0.25.

The process color (four color CMYK) of #47136b color hex is 0.34, 0.82, 0.00, 0.58. Web safe color of #47136b is #330066. Color #47136b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010011 01101011
Octal 107 23 153
Decimal 71 19 107
Hex 47 13 6B

RGB Percentages of Color #47136b

%36.04
%9.64
%54.31

CMYK Percentages of Color #47136b

%34
%82
%0
%58

Triadic Colors of #47136b

#47136b #6b4713 #136b47

Analogous Colors of #47136b

#47136b #6b1363 #1b136b

Monochromatic Colors of #47136b

#47136b

Complementary Color

#47136b #376b13

#47136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47136b Color CSS Codes

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

#47136b Text Font Color

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

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


#47136b Background Color

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

This div background color is #47136b


#47136b Border Color

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

This div border color is #47136b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47136b


Comments

No comments written yet.

Please login to write comment.