Color Hex Logo

#47276d Color Hex

#47276D
(71,39,109)
0 Favorites   0 Comments

Color spaces of #47276d

RGB 7139109
HSL0.740.470.29
HSV267°64°43°
CMYK 0.350.640.00   0.57
XYZ6.08443.894814.8991
Yxy3.89480.24460.1566
Hunter Lab19.735220.4951-30.9462
CIE-Lab23.320630.5301-35.2675

#47276d color RGB value is (71,39,109).

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

The process color (four color CMYK) of #47276d color hex is 0.35, 0.64, 0.00, 0.57. Web safe color of #47276d is #333366. Color #47276d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100111 01101101
Octal 107 47 155
Decimal 71 39 109
Hex 47 27 6D

RGB Percentages of Color #47276d

%32.42
%17.81
%49.77

CMYK Percentages of Color #47276d

%35
%64
%0
%57

Triadic Colors of #47276d

#47276d #6d4727 #276d47

Analogous Colors of #47276d

#47276d #6a276d #272a6d

Monochromatic Colors of #47276d

#47276d

Complementary Color

#47276d #4d6d27

#47276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47276d Color CSS Codes

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

#47276d Text Font Color

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

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


#47276d Background Color

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

This div background color is #47276d


#47276d Border Color

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

This div border color is #47276d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47276d


Comments

No comments written yet.

Please login to write comment.