Color Hex Logo

#47136d Color Hex

#47136D
(71,19,109)
0 Favorites   0 Comments

Color spaces of #47136d

RGB 7119109
HSL0.760.700.25
HSV275°83°43°
CMYK 0.350.830.00   0.57
XYZ5.59172.909514.7349
Yxy2.90950.24060.1252
Hunter Lab17.057328.6656-39.2775
CIE-Lab19.677740.6803-41.1682

#47136d color RGB value is (71,19,109).

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

The process color (four color CMYK) of #47136d color hex is 0.35, 0.83, 0.00, 0.57. Web safe color of #47136d is #330066. Color #47136d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010011 01101101
Octal 107 23 155
Decimal 71 19 109
Hex 47 13 6D

RGB Percentages of Color #47136d

%35.68
%9.55
%54.77

CMYK Percentages of Color #47136d

%35
%83
%0
%57

Triadic Colors of #47136d

#47136d #6d4713 #136d47

Analogous Colors of #47136d

#47136d #6d1366 #1a136d

Monochromatic Colors of #47136d

#47136d

Complementary Color

#47136d #396d13

#47136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47136d Color CSS Codes

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

#47136d Text Font Color

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

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


#47136d Background Color

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

This div background color is #47136d


#47136d Border Color

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

This div border color is #47136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47136d


Comments

No comments written yet.

Please login to write comment.