Color Hex Logo

#787acc Color Hex

#787ACC
(120,122,204)
0 Favorites   0 Comments

Color spaces of #787acc

RGB 120122204
HSL0.660.450.64
HSV239°41°80°
CMYK 0.410.400.00   0.20
XYZ25.604322.271860.0761
Yxy22.27180.23720.2063
Hunter Lab47.193014.2564-42.4403
CIE-Lab54.314219.8414-42.8064

#787acc color RGB value is (120,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111010 11001100
Octal 170 172 314
Decimal 120 122 204
Hex 78 7A CC

RGB Percentages of Color #787acc

%26.91
%27.35
%45.74

CMYK Percentages of Color #787acc

%41
%40
%0
%20

Triadic Colors of #787acc

#787acc #cc787a #7acc78

Analogous Colors of #787acc

#787acc #a078cc #78a4cc

Monochromatic Colors of #787acc

#787acc

Complementary Color

#787acc #ccca78

#787acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#787acc Color CSS Codes

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

#787acc Text Font Color

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

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


#787acc Background Color

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

This div background color is #787acc


#787acc Border Color

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

This div border color is #787acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787acc


Comments

No comments written yet.

Please login to write comment.