Color Hex Logo

#7850ae Color Hex

#7850AE
(120,80,174)
0 Favorites   0 Comments

Color spaces of #7850ae

RGB 12080174
HSL0.740.370.50
HSV266°54°68°
CMYK 0.310.540.00   0.32
XYZ18.254412.786441.5503
Yxy12.78640.25150.1761
Hunter Lab35.758128.5471-43.8634
CIE-Lab42.439636.5833-44.3088

#7850ae color RGB value is (120,80,174).

#7850ae hex color red value is 120, green value is 80 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7850ae hue: 0.74 , saturation: 0.37 and the lightness value of 7850ae is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 10101110
Octal 170 120 256
Decimal 120 80 174
Hex 78 50 AE

RGB Percentages of Color #7850ae

%32.09
%21.39
%46.52

CMYK Percentages of Color #7850ae

%31
%54
%0
%32

Triadic Colors of #7850ae

#7850ae #ae7850 #50ae78

Analogous Colors of #7850ae

#7850ae #a750ae #5057ae

Monochromatic Colors of #7850ae

#7850ae

Complementary Color

#7850ae #86ae50

#7850ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7850ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7850ae Color CSS Codes

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

#7850ae Text Font Color

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

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


#7850ae Background Color

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

This div background color is #7850ae


#7850ae Border Color

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

This div border color is #7850ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7850ae


Comments

No comments written yet.

Please login to write comment.