Color Hex Logo

#785eec Color Hex

#785EEC
(120,94,236)
0 Favorites   0 Comments

Color spaces of #785eec

RGB 12094236
HSL0.700.790.65
HSV251°60°93°
CMYK 0.490.600.00   0.07
XYZ26.888818.054681.4246
Yxy18.05460.21280.1429
Hunter Lab42.490738.5989-83.8735
CIE-Lab49.562345.6361-68.4972

#785eec color RGB value is (120,94,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011110 11101100
Octal 170 136 354
Decimal 120 94 236
Hex 78 5E EC

RGB Percentages of Color #785eec

%26.67
%20.89
%52.44

CMYK Percentages of Color #785eec

%49
%60
%0
%7

Triadic Colors of #785eec

#785eec #ec785e #5eec78

Analogous Colors of #785eec

#785eec #bf5eec #5e8bec

Monochromatic Colors of #785eec

#785eec

Complementary Color

#785eec #d2ec5e

#785eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#785eec Color CSS Codes

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

#785eec Text Font Color

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

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


#785eec Background Color

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

This div background color is #785eec


#785eec Border Color

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

This div border color is #785eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785eec


Comments

No comments written yet.

Please login to write comment.