Color Hex Logo

#784eec Color Hex

#784EEC
(120,78,236)
0 Favorites   0 Comments

Color spaces of #784eec

RGB 12078236
HSL0.710.810.62
HSV256°67°93°
CMYK 0.490.670.00   0.07
XYZ25.610415.498080.9985
Yxy15.49800.20970.1269
Hunter Lab39.367547.2295-94.4317
CIE-Lab46.308954.3728-73.7893

#784eec color RGB value is (120,78,236).

#784eec hex color red value is 120, green value is 78 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #784eec hue: 0.71 , saturation: 0.81 and the lightness value of 784eec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001110 11101100
Octal 170 116 354
Decimal 120 78 236
Hex 78 4E EC

RGB Percentages of Color #784eec

%27.65
%17.97
%54.38

CMYK Percentages of Color #784eec

%49
%67
%0
%7

Triadic Colors of #784eec

#784eec #ec784e #4eec78

Analogous Colors of #784eec

#784eec #c74eec #4e73ec

Monochromatic Colors of #784eec

#784eec

Complementary Color

#784eec #c2ec4e

#784eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#784eec Color CSS Codes

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

#784eec Text Font Color

<p style="color:#784eec">Text here</p>

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


#784eec Background Color

<div style="background-color:#784eec">
Div content here</div>

This div background color is #784eec


#784eec Border Color

<div style="border:3px solid #784eec">
Div here</div>

This div border color is #784eec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,78,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 #784eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784eec


Comments

No comments written yet.

Please login to write comment.