Color Hex Logo

#7817ae Color Hex

#7817AE
(120,23,174)
0 Favorites   0 Comments

Color spaces of #7817ae

RGB 12023174
HSL0.770.770.39
HSV279°87°68°
CMYK 0.310.870.00   0.32
XYZ15.69217.661940.6962
Yxy7.66190.24500.1196
Hunter Lab27.680152.7529-67.7939
CIE-Lab33.268661.9302-59.1201

#7817ae color RGB value is (120,23,174).

#7817ae hex color red value is 120, green value is 23 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7817ae hue: 0.77 , saturation: 0.77 and the lightness value of 7817ae is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010111 10101110
Octal 170 27 256
Decimal 120 23 174
Hex 78 17 AE

RGB Percentages of Color #7817ae

%37.85
%7.26
%54.89

CMYK Percentages of Color #7817ae

%31
%87
%0
%32

Triadic Colors of #7817ae

#7817ae #ae7817 #17ae78

Analogous Colors of #7817ae

#7817ae #ae1799 #2c17ae

Monochromatic Colors of #7817ae

#7817ae

Complementary Color

#7817ae #4dae17

#7817ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7817ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7817ae Color CSS Codes

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

#7817ae Text Font Color

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

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


#7817ae Background Color

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

This div background color is #7817ae


#7817ae Border Color

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

This div border color is #7817ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7817ae


Comments

No comments written yet.

Please login to write comment.