Color Hex Logo

#785acf Color Hex

#785ACF
(120,90,207)
0 Favorites   0 Comments

Color spaces of #785acf

RGB 12090207
HSL0.710.550.58
HSV255°57°81°
CMYK 0.420.570.00   0.19
XYZ22.664415.810460.8887
Yxy15.81040.22810.1591
Hunter Lab39.762332.1605-62.9582
CIE-Lab46.724839.6896-56.6279

#785acf color RGB value is (120,90,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 11001111
Octal 170 132 317
Decimal 120 90 207
Hex 78 5A CF

RGB Percentages of Color #785acf

%28.78
%21.58
%49.64

CMYK Percentages of Color #785acf

%42
%57
%0
%19

Triadic Colors of #785acf

#785acf #cf785a #5acf78

Analogous Colors of #785acf

#785acf #b35acf #5a77cf

Monochromatic Colors of #785acf

#785acf

Complementary Color

#785acf #b1cf5a

#785acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#785acf Color CSS Codes

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

#785acf Text Font Color

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

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


#785acf Background Color

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

This div background color is #785acf


#785acf Border Color

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

This div border color is #785acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785acf


Comments

No comments written yet.

Please login to write comment.