Color Hex Logo

#71446c Color Hex

#71446C
(113,68,108)
0 Favorites   0 Comments

Color spaces of #71446c

RGB 11368108
HSL0.850.250.35
HSV307°40°44°
CMYK 0.000.400.04   0.56
XYZ11.58398.727715.2614
Yxy8.72770.32560.2453
Hunter Lab29.542718.2915-9.9486
CIE-Lab35.454626.1121-15.1753

#71446c color RGB value is (113,68,108).

#71446c hex color red value is 113, green value is 68 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #71446c hue: 0.85 , saturation: 0.25 and the lightness value of 71446c is 0.35.

The process color (four color CMYK) of #71446c color hex is 0.00, 0.40, 0.04, 0.56. Web safe color of #71446c is #663366. Color #71446c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000100 01101100
Octal 161 104 154
Decimal 113 68 108
Hex 71 44 6C

RGB Percentages of Color #71446c

%39.10
%23.53
%37.37

CMYK Percentages of Color #71446c

%0
%40
%4
%56

Triadic Colors of #71446c

#71446c #6c7144 #446c71

Analogous Colors of #71446c

#71446c #714456 #604471

Monochromatic Colors of #71446c

#71446c

Complementary Color

#71446c #447149

#71446c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71446c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71446c Color CSS Codes

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

#71446c Text Font Color

<p style="color:#71446c">Text here</p>

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


#71446c Background Color

<div style="background-color:#71446c">
Div content here</div>

This div background color is #71446c


#71446c Border Color

<div style="border:3px solid #71446c">
Div here</div>

This div border color is #71446c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71446c


Comments

No comments written yet.

Please login to write comment.