Color Hex Logo

#7710ae Color Hex

#7710AE
(119,16,174)
0 Favorites   0 Comments

Color spaces of #7710ae

RGB 11916174
HSL0.780.830.37
HSV279°91°68°
CMYK 0.320.910.00   0.32
XYZ15.43307.348540.6494
Yxy7.34850.24330.1159
Hunter Lab27.108154.1831-69.9314
CIE-Lab32.587563.3480-60.2392

#7710ae color RGB value is (119,16,174).

#7710ae hex color red value is 119, green value is 16 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7710ae hue: 0.78 , saturation: 0.83 and the lightness value of 7710ae is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 10101110
Octal 167 20 256
Decimal 119 16 174
Hex 77 10 AE

RGB Percentages of Color #7710ae

%38.51
%5.18
%56.31

CMYK Percentages of Color #7710ae

%32
%91
%0
%32

Triadic Colors of #7710ae

#7710ae #ae7710 #10ae77

Analogous Colors of #7710ae

#7710ae #ae1096 #2810ae

Monochromatic Colors of #7710ae

#7710ae

Complementary Color

#7710ae #47ae10

#7710ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7710ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7710ae Color CSS Codes

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

#7710ae Text Font Color

<p style="color:#7710ae">Text here</p>

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


#7710ae Background Color

<div style="background-color:#7710ae">
Div content here</div>

This div background color is #7710ae


#7710ae Border Color

<div style="border:3px solid #7710ae">
Div here</div>

This div border color is #7710ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,16,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7710ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7710ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7710ae;
  box-shadow:         1px 1px 3px 2px #7710ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,16,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 #7710ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7710ae


Comments

No comments written yet.

Please login to write comment.