Color Hex Logo

#785eca Color Hex

#785ECA
(120,94,202)
0 Favorites   0 Comments

Color spaces of #785eca

RGB 12094202
HSL0.710.500.58
HSV254°53°79°
CMYK 0.410.530.00   0.21
XYZ22.409116.262757.8350
Yxy16.26270.23220.1685
Hunter Lab40.327028.6173-56.8018
CIE-Lab47.317335.9670-52.8044

#785eca color RGB value is (120,94,202).

#785eca hex color red value is 120, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #785eca hue: 0.71 , saturation: 0.50 and the lightness value of 785eca is 0.58.

The process color (four color CMYK) of #785eca color hex is 0.41, 0.53, 0.00, 0.21. Web safe color of #785eca is #6666cc. Color #785eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011110 11001010
Octal 170 136 312
Decimal 120 94 202
Hex 78 5E CA

RGB Percentages of Color #785eca

%28.85
%22.60
%48.56

CMYK Percentages of Color #785eca

%41
%53
%0
%21

Triadic Colors of #785eca

#785eca #ca785e #5eca78

Analogous Colors of #785eca

#785eca #ae5eca #5e7aca

Monochromatic Colors of #785eca

#785eca

Complementary Color

#785eca #b0ca5e

#785eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#785eca Color CSS Codes

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

#785eca Text Font Color

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

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


#785eca Background Color

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

This div background color is #785eca


#785eca Border Color

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

This div border color is #785eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785eca


Comments

No comments written yet.

Please login to write comment.