Color Hex Logo

#786ac6 Color Hex

#786AC6
(120,106,198)
0 Favorites   0 Comments

Color spaces of #786ac6

RGB 120106198
HSL0.690.450.60
HSV249°46°78°
CMYK 0.390.460.00   0.22
XYZ23.092818.378455.7563
Yxy18.37840.23750.1890
Hunter Lab42.870021.1300-47.1029
CIE-Lab49.951927.7209-46.2977

#786ac6 color RGB value is (120,106,198).

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

The process color (four color CMYK) of #786ac6 color hex is 0.39, 0.46, 0.00, 0.22. Web safe color of #786ac6 is #6666cc. Color #786ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101010 11000110
Octal 170 152 306
Decimal 120 106 198
Hex 78 6A C6

RGB Percentages of Color #786ac6

%28.30
%25.00
%46.70

CMYK Percentages of Color #786ac6

%39
%46
%0
%22

Triadic Colors of #786ac6

#786ac6 #c6786a #6ac678

Analogous Colors of #786ac6

#786ac6 #a66ac6 #6a8ac6

Monochromatic Colors of #786ac6

#786ac6

Complementary Color

#786ac6 #b8c66a

#786ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786ac6 Color CSS Codes

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

#786ac6 Text Font Color

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

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


#786ac6 Background Color

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

This div background color is #786ac6


#786ac6 Border Color

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

This div border color is #786ac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786ac6


Comments

No comments written yet.

Please login to write comment.