Color Hex Logo

#786abf Color Hex

#786ABF
(120,106,191)
0 Favorites   0 Comments

Color spaces of #786abf

RGB 120106191
HSL0.690.400.58
HSV250°45°75°
CMYK 0.370.450.00   0.25
XYZ22.303718.062751.6011
Yxy18.06270.24250.1964
Hunter Lab42.500219.2996-42.2360
CIE-Lab49.572125.7631-42.8747

#786abf color RGB value is (120,106,191).

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

The process color (four color CMYK) of #786abf color hex is 0.37, 0.45, 0.00, 0.25. Web safe color of #786abf is #6666cc. Color #786abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101010 10111111
Octal 170 152 277
Decimal 120 106 191
Hex 78 6A BF

RGB Percentages of Color #786abf

%28.78
%25.42
%45.80

CMYK Percentages of Color #786abf

%37
%45
%0
%25

Triadic Colors of #786abf

#786abf #bf786a #6abf78

Analogous Colors of #786abf

#786abf #a36abf #6a87bf

Monochromatic Colors of #786abf

#786abf

Complementary Color

#786abf #b1bf6a

#786abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#786abf Color CSS Codes

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

#786abf Text Font Color

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

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


#786abf Background Color

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

This div background color is #786abf


#786abf Border Color

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

This div border color is #786abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786abf


Comments

No comments written yet.

Please login to write comment.