Color Hex Logo

#785eef Color Hex

#785EEF
(120,94,239)
1 Favorites   0 Comments

Color spaces of #785eef

RGB 12094239
HSL0.700.820.65
HSV251°61°94°
CMYK 0.500.610.00   0.06
XYZ27.328418.230583.7398
Yxy18.23050.21140.1410
Hunter Lab42.697239.5291-86.3944
CIE-Lab49.774546.5004-69.8358

#785eef color RGB value is (120,94,239).

#785eef hex color red value is 120, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #785eef hue: 0.70 , saturation: 0.82 and the lightness value of 785eef is 0.65.

The process color (four color CMYK) of #785eef color hex is 0.50, 0.61, 0.00, 0.06. Web safe color of #785eef is #6666ff. Color #785eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011110 11101111
Octal 170 136 357
Decimal 120 94 239
Hex 78 5E EF

RGB Percentages of Color #785eef

%26.49
%20.75
%52.76

CMYK Percentages of Color #785eef

%50
%61
%0
%6

Triadic Colors of #785eef

#785eef #ef785e #5eef78

Analogous Colors of #785eef

#785eef #c15eef #5e8def

Monochromatic Colors of #785eef

#785eef

Complementary Color

#785eef #d5ef5e

#785eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#785eef Color CSS Codes

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

#785eef Text Font Color

<p style="color:#785eef">Text here</p>

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


#785eef Background Color

<div style="background-color:#785eef">
Div content here</div>

This div background color is #785eef


#785eef Border Color

<div style="border:3px solid #785eef">
Div here</div>

This div border color is #785eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785eef


Comments

No comments written yet.

Please login to write comment.