Color Hex Logo

#47188e Color Hex

#47188E
(71,24,142)
0 Favorites   0 Comments

Color spaces of #47188e

RGB 7124142
HSL0.730.710.33
HSV264°83°56°
CMYK 0.500.830.00   0.44
XYZ7.80773.945925.9413
Yxy3.94590.20710.1047
Hunter Lab19.864335.3973-63.5234
CIE-Lab23.491847.1295-55.8971

#47188e color RGB value is (71,24,142).

#47188e hex color red value is 71, green value is 24 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #47188e hue: 0.73 , saturation: 0.71 and the lightness value of 47188e is 0.33.

The process color (four color CMYK) of #47188e color hex is 0.50, 0.83, 0.00, 0.44. Web safe color of #47188e is #330099. Color #47188e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011000 10001110
Octal 107 30 216
Decimal 71 24 142
Hex 47 18 8E

RGB Percentages of Color #47188e

%29.96
%10.13
%59.92

CMYK Percentages of Color #47188e

%50
%83
%0
%44

Triadic Colors of #47188e

#47188e #8e4718 #188e47

Analogous Colors of #47188e

#47188e #82188e #18248e

Monochromatic Colors of #47188e

#47188e

Complementary Color

#47188e #5f8e18

#47188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47188e Color CSS Codes

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

#47188e Text Font Color

<p style="color:#47188e">Text here</p>

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


#47188e Background Color

<div style="background-color:#47188e">
Div content here</div>

This div background color is #47188e


#47188e Border Color

<div style="border:3px solid #47188e">
Div here</div>

This div border color is #47188e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,24,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47188e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47188e;
  -webkit-box-shadow: 1px 1px 3px 2px #47188e;
  box-shadow:         1px 1px 3px 2px #47188e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47188e


Comments

No comments written yet.

Please login to write comment.