Color Hex Logo

#786cec Color Hex

#786CEC
(120,108,236)
0 Favorites   0 Comments

Color spaces of #786cec

RGB 120108236
HSL0.680.770.67
HSV246°54°93°
CMYK 0.490.540.00   0.07
XYZ28.248620.774381.8779
Yxy20.77430.21580.1587
Hunter Lab45.578830.8668-74.6035
CIE-Lab52.701637.5468-63.4209

#786cec color RGB value is (120,108,236).

#786cec hex color red value is 120, green value is 108 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #786cec hue: 0.68 , saturation: 0.77 and the lightness value of 786cec is 0.67.

The process color (four color CMYK) of #786cec color hex is 0.49, 0.54, 0.00, 0.07. Web safe color of #786cec is #6666ff. Color #786cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101100 11101100
Octal 170 154 354
Decimal 120 108 236
Hex 78 6C EC

RGB Percentages of Color #786cec

%25.86
%23.28
%50.86

CMYK Percentages of Color #786cec

%49
%54
%0
%7

Triadic Colors of #786cec

#786cec #ec786c #6cec78

Analogous Colors of #786cec

#786cec #b86cec #6ca0ec

Monochromatic Colors of #786cec

#786cec

Complementary Color

#786cec #e0ec6c

#786cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#786cec Color CSS Codes

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

#786cec Text Font Color

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

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


#786cec Background Color

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

This div background color is #786cec


#786cec Border Color

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

This div border color is #786cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786cec


Comments

No comments written yet.

Please login to write comment.