Color Hex Logo

#47264e Color Hex

#47264E
(71,38,78)
0 Favorites   0 Comments

Color spaces of #47264e

RGB 713878
HSL0.800.340.23
HSV290°51°31°
CMYK 0.090.510.00   0.69
XYZ4.66683.27597.5941
Yxy3.27590.30040.2108
Hunter Lab18.099414.3508-12.2071
CIE-Lab21.116623.1042-18.3316

#47264e color RGB value is (71,38,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100110 01001110
Octal 107 46 116
Decimal 71 38 78
Hex 47 26 4E

RGB Percentages of Color #47264e

%37.97
%20.32
%41.71

CMYK Percentages of Color #47264e

%9
%51
%0
%69

Triadic Colors of #47264e

#47264e #4e4726 #264e47

Analogous Colors of #47264e

#47264e #4e2641 #33264e

Monochromatic Colors of #47264e

#47264e

Complementary Color

#47264e #2d4e26

#47264e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47264e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47264e Color CSS Codes

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

#47264e Text Font Color

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

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


#47264e Background Color

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

This div background color is #47264e


#47264e Border Color

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

This div border color is #47264e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,38,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 #47264e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47264e


Comments

No comments written yet.

Please login to write comment.