Color Hex Logo

#785ace Color Hex

#785ACE
(120,90,206)
1 Favorites   0 Comments

Color spaces of #785ace

RGB 12090206
HSL0.710.540.58
HSV256°56°81°
CMYK 0.420.560.00   0.19
XYZ22.542515.761660.2467
Yxy15.76160.22870.1599
Hunter Lab39.700931.8773-62.1829
CIE-Lab46.660139.4112-56.1582

#785ace color RGB value is (120,90,206).

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

The process color (four color CMYK) of #785ace color hex is 0.42, 0.56, 0.00, 0.19. Web safe color of #785ace is #6666cc. Color #785ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 11001110
Octal 170 132 316
Decimal 120 90 206
Hex 78 5A CE

RGB Percentages of Color #785ace

%28.85
%21.63
%49.52

CMYK Percentages of Color #785ace

%42
%56
%0
%19

Triadic Colors of #785ace

#785ace #ce785a #5ace78

Analogous Colors of #785ace

#785ace #b25ace #5a76ce

Monochromatic Colors of #785ace

#785ace

Complementary Color

#785ace #b0ce5a

#785ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#785ace Color CSS Codes

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

#785ace Text Font Color

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

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


#785ace Background Color

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

This div background color is #785ace


#785ace Border Color

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

This div border color is #785ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785ace


Comments

No comments written yet.

Please login to write comment.