Color Hex Logo

#784aef Color Hex

#784AEF
(120,74,239)
0 Favorites   0 Comments

Color spaces of #784aef

RGB 12074239
HSL0.710.840.61
HSV257°69°94°
CMYK 0.500.690.00   0.06
XYZ25.774515.122683.2218
Yxy15.12260.20770.1218
Hunter Lab38.887850.2547-99.6621
CIE-Lab45.801757.2474-76.3069

#784aef color RGB value is (120,74,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001010 11101111
Octal 170 112 357
Decimal 120 74 239
Hex 78 4A EF

RGB Percentages of Color #784aef

%27.71
%17.09
%55.20

CMYK Percentages of Color #784aef

%50
%69
%0
%6

Triadic Colors of #784aef

#784aef #ef784a #4aef78

Analogous Colors of #784aef

#784aef #cb4aef #4a6fef

Monochromatic Colors of #784aef

#784aef

Complementary Color

#784aef #c1ef4a

#784aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#784aef Color CSS Codes

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

#784aef Text Font Color

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

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


#784aef Background Color

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

This div background color is #784aef


#784aef Border Color

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

This div border color is #784aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784aef


Comments

No comments written yet.

Please login to write comment.