Color Hex Logo

#786cc1 Color Hex

#786CC1
(120,108,193)
0 Favorites   0 Comments

Color spaces of #786cc1

RGB 120108193
HSL0.690.410.59
HSV248°44°76°
CMYK 0.380.440.00   0.24
XYZ22.733918.568452.8379
Yxy18.56840.24150.1972
Hunter Lab43.091118.7633-42.5371
CIE-Lab50.178425.1199-43.0653

#786cc1 color RGB value is (120,108,193).

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

The process color (four color CMYK) of #786cc1 color hex is 0.38, 0.44, 0.00, 0.24. Web safe color of #786cc1 is #6666cc. Color #786cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101100 11000001
Octal 170 154 301
Decimal 120 108 193
Hex 78 6C C1

RGB Percentages of Color #786cc1

%28.50
%25.65
%45.84

CMYK Percentages of Color #786cc1

%38
%44
%0
%24

Triadic Colors of #786cc1

#786cc1 #c1786c #6cc178

Analogous Colors of #786cc1

#786cc1 #a36cc1 #6c8bc1

Monochromatic Colors of #786cc1

#786cc1

Complementary Color

#786cc1 #b5c16c

#786cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786cc1 Color CSS Codes

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

#786cc1 Text Font Color

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

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


#786cc1 Background Color

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

This div background color is #786cc1


#786cc1 Border Color

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

This div border color is #786cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786cc1


Comments

No comments written yet.

Please login to write comment.