Color Hex Logo

#787acf Color Hex

#787ACF
(120,122,207)
0 Favorites   0 Comments

Color spaces of #787acf

RGB 120122207
HSL0.660.480.64
HSV239°42°81°
CMYK 0.420.410.00   0.19
XYZ25.967722.417161.9898
Yxy22.41710.23530.2031
Hunter Lab47.346715.0431-44.4842
CIE-Lab54.466820.7043-44.2669

#787acf color RGB value is (120,122,207).

#787acf hex color red value is 120, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #787acf hue: 0.66 , saturation: 0.48 and the lightness value of 787acf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111010 11001111
Octal 170 172 317
Decimal 120 122 207
Hex 78 7A CF

RGB Percentages of Color #787acf

%26.73
%27.17
%46.10

CMYK Percentages of Color #787acf

%42
%41
%0
%19

Triadic Colors of #787acf

#787acf #cf787a #7acf78

Analogous Colors of #787acf

#787acf #a278cf #78a6cf

Monochromatic Colors of #787acf

#787acf

Complementary Color

#787acf #cfcd78

#787acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#787acf Color CSS Codes

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

#787acf Text Font Color

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

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


#787acf Background Color

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

This div background color is #787acf


#787acf Border Color

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

This div border color is #787acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787acf


Comments

No comments written yet.

Please login to write comment.