Color Hex Logo

#784cef Color Hex

#784CEF
(120,76,239)
0 Favorites   0 Comments

Color spaces of #784cef

RGB 12076239
HSL0.710.840.62
HSV256°68°94°
CMYK 0.500.680.00   0.06
XYZ25.910215.393983.2671
Yxy15.39390.20800.1236
Hunter Lab39.235149.2172-98.3644
CIE-Lab46.169056.2308-75.7067

#784cef color RGB value is (120,76,239).

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

The process color (four color CMYK) of #784cef color hex is 0.50, 0.68, 0.00, 0.06. Web safe color of #784cef is #6633ff. Color #784cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001100 11101111
Octal 170 114 357
Decimal 120 76 239
Hex 78 4C EF

RGB Percentages of Color #784cef

%27.59
%17.47
%54.94

CMYK Percentages of Color #784cef

%50
%68
%0
%6

Triadic Colors of #784cef

#784cef #ef784c #4cef78

Analogous Colors of #784cef

#784cef #ca4cef #4c72ef

Monochromatic Colors of #784cef

#784cef

Complementary Color

#784cef #c3ef4c

#784cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#784cef Color CSS Codes

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

#784cef Text Font Color

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

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


#784cef Background Color

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

This div background color is #784cef


#784cef Border Color

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

This div border color is #784cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784cef


Comments

No comments written yet.

Please login to write comment.