Color Hex Logo

#786ccc Color Hex

#786CCC
(120,108,204)
0 Favorites   0 Comments

Color spaces of #786ccc

RGB 120108204
HSL0.690.480.61
HSV248°47°80°
CMYK 0.410.470.00   0.20
XYZ24.007419.077859.5438
Yxy19.07780.23390.1859
Hunter Lab43.678121.6746-50.2518
CIE-Lab50.778128.2253-48.4172

#786ccc color RGB value is (120,108,204).

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

The process color (four color CMYK) of #786ccc color hex is 0.41, 0.47, 0.00, 0.20. Web safe color of #786ccc is #6666cc. Color #786ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101100 11001100
Octal 170 154 314
Decimal 120 108 204
Hex 78 6C CC

RGB Percentages of Color #786ccc

%27.78
%25.00
%47.22

CMYK Percentages of Color #786ccc

%41
%47
%0
%20

Triadic Colors of #786ccc

#786ccc #cc786c #6ccc78

Analogous Colors of #786ccc

#786ccc #a86ccc #6c90cc

Monochromatic Colors of #786ccc

#786ccc

Complementary Color

#786ccc #c0cc6c

#786ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#786ccc Color CSS Codes

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

#786ccc Text Font Color

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

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


#786ccc Background Color

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

This div background color is #786ccc


#786ccc Border Color

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

This div border color is #786ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786ccc


Comments

No comments written yet.

Please login to write comment.