Color Hex Logo

#7856ae Color Hex

#7856AE
(120,86,174)
0 Favorites   0 Comments

Color spaces of #7856ae

RGB 12086174
HSL0.730.350.51
HSV263°51°68°
CMYK 0.310.510.00   0.32
XYZ18.713513.704641.7033
Yxy13.70460.25250.1849
Hunter Lab37.019725.4474-40.8773
CIE-Lab43.806333.0910-42.1304

#7856ae color RGB value is (120,86,174).

#7856ae hex color red value is 120, green value is 86 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7856ae hue: 0.73 , saturation: 0.35 and the lightness value of 7856ae is 0.51.

The process color (four color CMYK) of #7856ae color hex is 0.31, 0.51, 0.00, 0.32. Web safe color of #7856ae is #666699. Color #7856ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010110 10101110
Octal 170 126 256
Decimal 120 86 174
Hex 78 56 AE

RGB Percentages of Color #7856ae

%31.58
%22.63
%45.79

CMYK Percentages of Color #7856ae

%31
%51
%0
%32

Triadic Colors of #7856ae

#7856ae #ae7856 #56ae78

Analogous Colors of #7856ae

#7856ae #a456ae #5660ae

Monochromatic Colors of #7856ae

#7856ae

Complementary Color

#7856ae #8cae56

#7856ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7856ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7856ae Color CSS Codes

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

#7856ae Text Font Color

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

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


#7856ae Background Color

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

This div background color is #7856ae


#7856ae Border Color

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

This div border color is #7856ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7856ae


Comments

No comments written yet.

Please login to write comment.