Color Hex Logo

#710eae Color Hex

#710EAE
(113,14,174)
0 Favorites   0 Comments

Color spaces of #710eae

RGB 11314174
HSL0.770.850.37
HSV277°92°68°
CMYK 0.350.920.00   0.32
XYZ14.60716.880840.6026
Yxy6.88080.23530.1108
Hunter Lab26.231353.4944-73.4113
CIE-Lab31.534062.9335-62.0002

#710eae color RGB value is (113,14,174).

#710eae hex color red value is 113, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #710eae hue: 0.77 , saturation: 0.85 and the lightness value of 710eae is 0.37.

The process color (four color CMYK) of #710eae color hex is 0.35, 0.92, 0.00, 0.32. Web safe color of #710eae is #660099. Color #710eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001110 10101110
Octal 161 16 256
Decimal 113 14 174
Hex 71 E AE

RGB Percentages of Color #710eae

%37.54
%4.65
%57.81

CMYK Percentages of Color #710eae

%35
%92
%0
%32

Triadic Colors of #710eae

#710eae #ae710e #0eae71

Analogous Colors of #710eae

#710eae #ae0e9b #210eae

Monochromatic Colors of #710eae

#710eae

Complementary Color

#710eae #4bae0e

#710eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#710eae Color CSS Codes

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

#710eae Text Font Color

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

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


#710eae Background Color

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

This div background color is #710eae


#710eae Border Color

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

This div border color is #710eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710eae


Comments

No comments written yet.

Please login to write comment.