Color Hex Logo

#786eab Color Hex

#786EAB
(120,110,171)
0 Favorites   0 Comments

Color spaces of #786eab

RGB 120110171
HSL0.690.270.55
HSV250°36°67°
CMYK 0.300.360.00   0.33
XYZ20.672318.085240.9293
Yxy18.08520.25940.2270
Hunter Lab42.526712.3474-27.2942
CIE-Lab49.599317.9353-31.2382

#786eab color RGB value is (120,110,171).

#786eab hex color red value is 120, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #786eab hue: 0.69 , saturation: 0.27 and the lightness value of 786eab is 0.55.

The process color (four color CMYK) of #786eab color hex is 0.30, 0.36, 0.00, 0.33. Web safe color of #786eab is #666699. Color #786eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101110 10101011
Octal 170 156 253
Decimal 120 110 171
Hex 78 6E AB

RGB Percentages of Color #786eab

%29.93
%27.43
%42.64

CMYK Percentages of Color #786eab

%30
%36
%0
%33

Triadic Colors of #786eab

#786eab #ab786e #6eab78

Analogous Colors of #786eab

#786eab #976eab #6e83ab

Monochromatic Colors of #786eab

#786eab

Complementary Color

#786eab #a1ab6e

#786eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#786eab Color CSS Codes

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

#786eab Text Font Color

<p style="color:#786eab">Text here</p>

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


#786eab Background Color

<div style="background-color:#786eab">
Div content here</div>

This div background color is #786eab


#786eab Border Color

<div style="border:3px solid #786eab">
Div here</div>

This div border color is #786eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,110,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #786eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #786eab;
  -webkit-box-shadow: 1px 1px 3px 2px #786eab;
  box-shadow:         1px 1px 3px 2px #786eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786eab


Comments

No comments written yet.

Please login to write comment.