Color Hex Logo

#711868 Color Hex

#711868
(113,24,104)
0 Favorites   0 Comments

Color spaces of #711868

RGB 11324104
HSL0.850.650.27
HSV306°79°44°
CMYK 0.000.790.08   0.56
XYZ9.63545.163513.5855
Yxy5.16350.33950.1819
Hunter Lab22.723335.9237-19.5411
CIE-Lab27.195646.9505-25.4639

#711868 color RGB value is (113,24,104).

#711868 hex color red value is 113, green value is 24 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #711868 hue: 0.85 , saturation: 0.65 and the lightness value of 711868 is 0.27.

The process color (four color CMYK) of #711868 color hex is 0.00, 0.79, 0.08, 0.56. Web safe color of #711868 is #660066. Color #711868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011000 01101000
Octal 161 30 150
Decimal 113 24 104
Hex 71 18 68

RGB Percentages of Color #711868

%46.89
%9.96
%43.15

CMYK Percentages of Color #711868

%0
%79
%8
%56

Triadic Colors of #711868

#711868 #687118 #186871

Analogous Colors of #711868

#711868 #71183b #4e1871

Monochromatic Colors of #711868

#711868

Complementary Color

#711868 #187121

#711868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711868 Color CSS Codes

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

#711868 Text Font Color

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

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


#711868 Background Color

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

This div background color is #711868


#711868 Border Color

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

This div border color is #711868


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,24,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #711868; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #711868;
  -webkit-box-shadow: 1px 1px 3px 2px #711868;
  box-shadow:         1px 1px 3px 2px #711868; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711868


Comments

No comments written yet.

Please login to write comment.