Color Hex Logo

#711dac Color Hex

#711DAC
(113,29,172)
0 Favorites   0 Comments

Color spaces of #711dac

RGB 11329172
HSL0.760.710.39
HSV275°83°67°
CMYK 0.340.830.00   0.33
XYZ14.69587.368039.6773
Yxy7.36800.23800.1193
Hunter Lab27.144149.1378-67.6652
CIE-Lab32.630458.7486-59.0079

#711dac color RGB value is (113,29,172).

#711dac hex color red value is 113, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #711dac hue: 0.76 , saturation: 0.71 and the lightness value of 711dac is 0.39.

The process color (four color CMYK) of #711dac color hex is 0.34, 0.83, 0.00, 0.33. Web safe color of #711dac is #663399. Color #711dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 10101100
Octal 161 35 254
Decimal 113 29 172
Hex 71 1D AC

RGB Percentages of Color #711dac

%35.99
%9.24
%54.78

CMYK Percentages of Color #711dac

%34
%83
%0
%33

Triadic Colors of #711dac

#711dac #ac711d #1dac71

Analogous Colors of #711dac

#711dac #ac1da0 #291dac

Monochromatic Colors of #711dac

#711dac

Complementary Color

#711dac #58ac1d

#711dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#711dac Color CSS Codes

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

#711dac Text Font Color

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

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


#711dac Background Color

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

This div background color is #711dac


#711dac Border Color

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

This div border color is #711dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711dac


Comments

No comments written yet.

Please login to write comment.