Color Hex Logo

#71447f Color Hex

#71447F
(113,68,127)
0 Favorites   0 Comments

Color spaces of #71447f

RGB 11368127
HSL0.790.300.38
HSV286°46°50°
CMYK 0.110.460.00   0.50
XYZ12.70799.177321.1803
Yxy9.17730.29510.2131
Hunter Lab30.294121.8635-20.2472
CIE-Lab36.323430.1391-25.6704

#71447f color RGB value is (113,68,127).

#71447f hex color red value is 113, green value is 68 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #71447f hue: 0.79 , saturation: 0.30 and the lightness value of 71447f is 0.38.

The process color (four color CMYK) of #71447f color hex is 0.11, 0.46, 0.00, 0.50. Web safe color of #71447f is #663366. Color #71447f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000100 01111111
Octal 161 104 177
Decimal 113 68 127
Hex 71 44 7F

RGB Percentages of Color #71447f

%36.69
%22.08
%41.23

CMYK Percentages of Color #71447f

%11
%46
%0
%50

Triadic Colors of #71447f

#71447f #7f7144 #447f71

Analogous Colors of #71447f

#71447f #7f4470 #53447f

Monochromatic Colors of #71447f

#71447f

Complementary Color

#71447f #527f44

#71447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71447f Color CSS Codes

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

#71447f Text Font Color

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

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


#71447f Background Color

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

This div background color is #71447f


#71447f Border Color

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

This div border color is #71447f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,68,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71447f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71447f;
  -webkit-box-shadow: 1px 1px 3px 2px #71447f;
  box-shadow:         1px 1px 3px 2px #71447f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,68,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71447f


Comments

No comments written yet.

Please login to write comment.