Color Hex Logo

#786faf Color Hex

#786FAF
(120,111,175)
0 Favorites   0 Comments

Color spaces of #786faf

RGB 120111175
HSL0.690.290.56
HSV248°37°69°
CMYK 0.310.370.00   0.31
XYZ21.168018.457143.0043
Yxy18.45710.25620.2234
Hunter Lab42.961712.7671-29.2755
CIE-Lab50.045918.3947-32.8673

#786faf color RGB value is (120,111,175).

#786faf hex color red value is 120, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #786faf hue: 0.69 , saturation: 0.29 and the lightness value of 786faf is 0.56.

The process color (four color CMYK) of #786faf color hex is 0.31, 0.37, 0.00, 0.31. Web safe color of #786faf is #666699. Color #786faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101111 10101111
Octal 170 157 257
Decimal 120 111 175
Hex 78 6F AF

RGB Percentages of Color #786faf

%29.56
%27.34
%43.10

CMYK Percentages of Color #786faf

%31
%37
%0
%31

Triadic Colors of #786faf

#786faf #af786f #6faf78

Analogous Colors of #786faf

#786faf #986faf #6f86af

Monochromatic Colors of #786faf

#786faf

Complementary Color

#786faf #a6af6f

#786faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#786faf Color CSS Codes

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

#786faf Text Font Color

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

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


#786faf Background Color

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

This div background color is #786faf


#786faf Border Color

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

This div border color is #786faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786faf


Comments

No comments written yet.

Please login to write comment.