Color Hex Logo

#711dae Color Hex

#711DAE
(113,29,174)
0 Favorites   0 Comments

Color spaces of #711dae

RGB 11329174
HSL0.760.710.40
HSV275°83°68°
CMYK 0.350.830.00   0.32
XYZ14.88947.445440.6968
Yxy7.44540.23620.1181
Hunter Lab27.286349.6518-69.3292
CIE-Lab32.800159.1904-59.9285

#711dae color RGB value is (113,29,174).

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

The process color (four color CMYK) of #711dae color hex is 0.35, 0.83, 0.00, 0.32. Web safe color of #711dae is #663399. Color #711dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 10101110
Octal 161 35 256
Decimal 113 29 174
Hex 71 1D AE

RGB Percentages of Color #711dae

%35.76
%9.18
%55.06

CMYK Percentages of Color #711dae

%35
%83
%0
%32

Triadic Colors of #711dae

#711dae #ae711d #1dae71

Analogous Colors of #711dae

#711dae #ae1da3 #291dae

Monochromatic Colors of #711dae

#711dae

Complementary Color

#711dae #5aae1d

#711dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#711dae Color CSS Codes

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

#711dae Text Font Color

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

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


#711dae Background Color

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

This div background color is #711dae


#711dae Border Color

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

This div border color is #711dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711dae


Comments

No comments written yet.

Please login to write comment.