Color Hex Logo

#785ead Color Hex

#785EAD
(120,94,173)
0 Favorites   0 Comments

Color spaces of #785ead

RGB 12094173
HSL0.720.330.52
HSV260°46°68°
CMYK 0.310.460.00   0.32
XYZ19.291315.015641.4167
Yxy15.01560.25480.1983
Hunter Lab38.750021.0521-36.2453
CIE-Lab45.655628.0834-38.6085

#785ead color RGB value is (120,94,173).

#785ead hex color red value is 120, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #785ead hue: 0.72 , saturation: 0.33 and the lightness value of 785ead is 0.52.

The process color (four color CMYK) of #785ead color hex is 0.31, 0.46, 0.00, 0.32. Web safe color of #785ead is #666699. Color #785ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011110 10101101
Octal 170 136 255
Decimal 120 94 173
Hex 78 5E AD

RGB Percentages of Color #785ead

%31.01
%24.29
%44.70

CMYK Percentages of Color #785ead

%31
%46
%0
%32

Triadic Colors of #785ead

#785ead #ad785e #5ead78

Analogous Colors of #785ead

#785ead #a05ead #5e6cad

Monochromatic Colors of #785ead

#785ead

Complementary Color

#785ead #93ad5e

#785ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#785ead Color CSS Codes

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

#785ead Text Font Color

<p style="color:#785ead">Text here</p>

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


#785ead Background Color

<div style="background-color:#785ead">
Div content here</div>

This div background color is #785ead


#785ead Border Color

<div style="border:3px solid #785ead">
Div here</div>

This div border color is #785ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,94,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #785ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #785ead;
  -webkit-box-shadow: 1px 1px 3px 2px #785ead;
  box-shadow:         1px 1px 3px 2px #785ead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,94,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #785ead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785ead


Comments

No comments written yet.

Please login to write comment.