Color Hex Logo

#711eae Color Hex

#711EAE
(113,30,174)
0 Favorites   0 Comments

Color spaces of #711eae

RGB 11330174
HSL0.760.710.40
HSV275°83°68°
CMYK 0.350.830.00   0.32
XYZ14.91437.495240.7051
Yxy7.49520.23630.1188
Hunter Lab27.377449.3306-68.9892
CIE-Lab32.908758.8727-59.7512

#711eae color RGB value is (113,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 10101110
Octal 161 36 256
Decimal 113 30 174
Hex 71 1E AE

RGB Percentages of Color #711eae

%35.65
%9.46
%54.89

CMYK Percentages of Color #711eae

%35
%83
%0
%32

Triadic Colors of #711eae

#711eae #ae711e #1eae71

Analogous Colors of #711eae

#711eae #ae1ea3 #291eae

Monochromatic Colors of #711eae

#711eae

Complementary Color

#711eae #5bae1e

#711eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#711eae Color CSS Codes

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

#711eae Text Font Color

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

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


#711eae Background Color

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

This div background color is #711eae


#711eae Border Color

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

This div border color is #711eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,30,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 #711eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711eae


Comments

No comments written yet.

Please login to write comment.