Color Hex Logo

#785dad Color Hex

#785DAD
(120,93,173)
0 Favorites   0 Comments

Color spaces of #785dad

RGB 12093173
HSL0.720.330.52
HSV260°46°68°
CMYK 0.310.460.00   0.32
XYZ19.202914.838941.3873
Yxy14.83890.25460.1967
Hunter Lab38.521321.5702-36.7363
CIE-Lab45.412828.6804-38.9928

#785dad color RGB value is (120,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011101 10101101
Octal 170 135 255
Decimal 120 93 173
Hex 78 5D AD

RGB Percentages of Color #785dad

%31.09
%24.09
%44.82

CMYK Percentages of Color #785dad

%31
%46
%0
%32

Triadic Colors of #785dad

#785dad #ad785d #5dad78

Analogous Colors of #785dad

#785dad #a05dad #5d6aad

Monochromatic Colors of #785dad

#785dad

Complementary Color

#785dad #92ad5d

#785dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#785dad Color CSS Codes

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

#785dad Text Font Color

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

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


#785dad Background Color

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

This div background color is #785dad


#785dad Border Color

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

This div border color is #785dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785dad


Comments

No comments written yet.

Please login to write comment.