Color Hex Logo

#711c78 Color Hex

#711C78
(113,28,120)
0 Favorites   0 Comments

Color spaces of #711c78

RGB 11328120
HSL0.820.620.29
HSV295°77°47°
CMYK 0.060.770.00   0.53
XYZ10.61555.697318.3095
Yxy5.69730.30660.1646
Hunter Lab23.869037.6153-28.7720
CIE-Lab28.635648.3947-33.4336

#711c78 color RGB value is (113,28,120).

#711c78 hex color red value is 113, green value is 28 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #711c78 hue: 0.82 , saturation: 0.62 and the lightness value of 711c78 is 0.29.

The process color (four color CMYK) of #711c78 color hex is 0.06, 0.77, 0.00, 0.53. Web safe color of #711c78 is #663366. Color #711c78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011100 01111000
Octal 161 34 170
Decimal 113 28 120
Hex 71 1C 78

RGB Percentages of Color #711c78

%43.30
%10.73
%45.98

CMYK Percentages of Color #711c78

%6
%77
%0
%53

Triadic Colors of #711c78

#711c78 #78711c #1c7871

Analogous Colors of #711c78

#711c78 #781c51 #431c78

Monochromatic Colors of #711c78

#711c78

Complementary Color

#711c78 #23781c

#711c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711c78 Color CSS Codes

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

#711c78 Text Font Color

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

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


#711c78 Background Color

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

This div background color is #711c78


#711c78 Border Color

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

This div border color is #711c78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,28,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #711c78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #711c78;
  -webkit-box-shadow: 1px 1px 3px 2px #711c78;
  box-shadow:         1px 1px 3px 2px #711c78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711c78

#711c78 Color Palettes


Comments

No comments written yet.

Please login to write comment.