Color Hex Logo

#785baa Color Hex

#785BAA
(120,91,170)
0 Favorites   0 Comments

Color spaces of #785baa

RGB 12091170
HSL0.730.320.51
HSV262°46°67°
CMYK 0.290.460.00   0.33
XYZ18.742514.377539.8175
Yxy14.37750.25700.1971
Hunter Lab37.917721.8756-35.7183
CIE-Lab44.769529.0893-38.2465

#785baa color RGB value is (120,91,170).

#785baa hex color red value is 120, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #785baa hue: 0.73 , saturation: 0.32 and the lightness value of 785baa is 0.51.

The process color (four color CMYK) of #785baa color hex is 0.29, 0.46, 0.00, 0.33. Web safe color of #785baa is #666699. Color #785baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011011 10101010
Octal 170 133 252
Decimal 120 91 170
Hex 78 5B AA

RGB Percentages of Color #785baa

%31.50
%23.88
%44.62

CMYK Percentages of Color #785baa

%29
%46
%0
%33

Triadic Colors of #785baa

#785baa #aa785b #5baa78

Analogous Colors of #785baa

#785baa #a05baa #5b66aa

Monochromatic Colors of #785baa

#785baa

Complementary Color

#785baa #8daa5b

#785baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#785baa Color CSS Codes

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

#785baa Text Font Color

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

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


#785baa Background Color

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

This div background color is #785baa


#785baa Border Color

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

This div border color is #785baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785baa


Comments

No comments written yet.

Please login to write comment.