Color Hex Logo

#786cba Color Hex

#786CBA
(120,108,186)
0 Favorites   0 Comments

Color spaces of #786cba

RGB 120108186
HSL0.690.360.58
HSV249°42°73°
CMYK 0.350.420.00   0.27
XYZ21.971218.263448.8215
Yxy18.26340.24670.2051
Hunter Lab42.735716.9826-37.8182
CIE-Lab49.814023.1799-39.6058

#786cba color RGB value is (120,108,186).

#786cba hex color red value is 120, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #786cba hue: 0.69 , saturation: 0.36 and the lightness value of 786cba is 0.58.

The process color (four color CMYK) of #786cba color hex is 0.35, 0.42, 0.00, 0.27. Web safe color of #786cba is #6666cc. Color #786cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101100 10111010
Octal 170 154 272
Decimal 120 108 186
Hex 78 6C BA

RGB Percentages of Color #786cba

%28.99
%26.09
%44.93

CMYK Percentages of Color #786cba

%35
%42
%0
%27

Triadic Colors of #786cba

#786cba #ba786c #6cba78

Analogous Colors of #786cba

#786cba #9f6cba #6c87ba

Monochromatic Colors of #786cba

#786cba

Complementary Color

#786cba #aeba6c

#786cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#786cba Color CSS Codes

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

#786cba Text Font Color

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

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


#786cba Background Color

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

This div background color is #786cba


#786cba Border Color

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

This div border color is #786cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786cba


Comments

No comments written yet.

Please login to write comment.