Color Hex Logo

#47274e Color Hex

#47274E
(71,39,78)
0 Favorites   0 Comments

Color spaces of #47274e

RGB 713978
HSL0.800.330.23
HSV289°50°31°
CMYK 0.090.500.00   0.69
XYZ4.69923.34077.6049
Yxy3.34070.30040.2135
Hunter Lab18.277613.9069-11.8750
CIE-Lab21.359722.4789-17.9514

#47274e color RGB value is (71,39,78).

#47274e hex color red value is 71, green value is 39 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #47274e hue: 0.80 , saturation: 0.33 and the lightness value of 47274e is 0.23.

The process color (four color CMYK) of #47274e color hex is 0.09, 0.50, 0.00, 0.69. Web safe color of #47274e is #333366. Color #47274e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100111 01001110
Octal 107 47 116
Decimal 71 39 78
Hex 47 27 4E

RGB Percentages of Color #47274e

%37.77
%20.74
%41.49

CMYK Percentages of Color #47274e

%9
%50
%0
%69

Triadic Colors of #47274e

#47274e #4e4727 #274e47

Analogous Colors of #47274e

#47274e #4e2741 #34274e

Monochromatic Colors of #47274e

#47274e

Complementary Color

#47274e #2e4e27

#47274e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47274e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47274e Color CSS Codes

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

#47274e Text Font Color

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

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


#47274e Background Color

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

This div background color is #47274e


#47274e Border Color

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

This div border color is #47274e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47274e


Comments

No comments written yet.

Please login to write comment.