Color Hex Logo

#710fae Color Hex

#710FAE
(113,15,174)
0 Favorites   0 Comments

Color spaces of #710fae

RGB 11315174
HSL0.770.840.37
HSV277°91°68°
CMYK 0.350.910.00   0.32
XYZ14.62096.908440.6072
Yxy6.90840.23530.1112
Hunter Lab26.283853.2974-73.2014
CIE-Lab31.597562.7442-61.8962

#710fae color RGB value is (113,15,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001111 10101110
Octal 161 17 256
Decimal 113 15 174
Hex 71 F AE

RGB Percentages of Color #710fae

%37.42
%4.97
%57.62

CMYK Percentages of Color #710fae

%35
%91
%0
%32

Triadic Colors of #710fae

#710fae #ae710f #0fae71

Analogous Colors of #710fae

#710fae #ae0f9c #220fae

Monochromatic Colors of #710fae

#710fae

Complementary Color

#710fae #4cae0f

#710fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#710fae Color CSS Codes

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

#710fae Text Font Color

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

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


#710fae Background Color

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

This div background color is #710fae


#710fae Border Color

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

This div border color is #710fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710fae


Comments

No comments written yet.

Please login to write comment.