Color Hex Logo

#47275f Color Hex

#47275F
(71,39,95)
0 Favorites   0 Comments

Color spaces of #47275f

RGB 713995
HSL0.760.420.26
HSV274°59°37°
CMYK 0.250.590.00   0.63
XYZ5.38963.616911.2405
Yxy3.61690.26620.1786
Hunter Lab19.018117.3038-21.7301
CIE-Lab22.362226.7377-27.6804

#47275f color RGB value is (71,39,95).

#47275f hex color red value is 71, green value is 39 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #47275f hue: 0.76 , saturation: 0.42 and the lightness value of 47275f is 0.26.

The process color (four color CMYK) of #47275f color hex is 0.25, 0.59, 0.00, 0.63. Web safe color of #47275f is #333366. Color #47275f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100111 01011111
Octal 107 47 137
Decimal 71 39 95
Hex 47 27 5F

RGB Percentages of Color #47275f

%34.63
%19.02
%46.34

CMYK Percentages of Color #47275f

%25
%59
%0
%63

Triadic Colors of #47275f

#47275f #5f4727 #275f47

Analogous Colors of #47275f

#47275f #5f275b #2b275f

Monochromatic Colors of #47275f

#47275f

Complementary Color

#47275f #3f5f27

#47275f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47275f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47275f Color CSS Codes

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

#47275f Text Font Color

<p style="color:#47275f">Text here</p>

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


#47275f Background Color

<div style="background-color:#47275f">
Div content here</div>

This div background color is #47275f


#47275f Border Color

<div style="border:3px solid #47275f">
Div here</div>

This div border color is #47275f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47275f


Comments

No comments written yet.

Please login to write comment.