Color Hex Logo

#47187d Color Hex

#47187D
(71,24,125)
0 Favorites   0 Comments

Color spaces of #47187d

RGB 7124125
HSL0.740.680.29
HSV268°81°49°
CMYK 0.430.810.00   0.51
XYZ6.62683.473519.7232
Yxy3.47350.22220.1165
Hunter Lab18.637330.8532-49.6983
CIE-Lab21.848442.6509-47.9067

#47187d color RGB value is (71,24,125).

#47187d hex color red value is 71, green value is 24 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #47187d hue: 0.74 , saturation: 0.68 and the lightness value of 47187d is 0.29.

The process color (four color CMYK) of #47187d color hex is 0.43, 0.81, 0.00, 0.51. Web safe color of #47187d is #330066. Color #47187d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011000 01111101
Octal 107 30 175
Decimal 71 24 125
Hex 47 18 7D

RGB Percentages of Color #47187d

%32.27
%10.91
%56.82

CMYK Percentages of Color #47187d

%43
%81
%0
%51

Triadic Colors of #47187d

#47187d #7d4718 #187d47

Analogous Colors of #47187d

#47187d #7a187d #181b7d

Monochromatic Colors of #47187d

#47187d

Complementary Color

#47187d #4e7d18

#47187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47187d Color CSS Codes

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

#47187d Text Font Color

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

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


#47187d Background Color

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

This div background color is #47187d


#47187d Border Color

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

This div border color is #47187d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47187d


Comments

No comments written yet.

Please login to write comment.