Color Hex Logo

#787dcc Color Hex

#787DCC
(120,125,204)
0 Favorites   0 Comments

Color spaces of #787dcc

RGB 120125204
HSL0.660.450.64
HSV236°41°80°
CMYK 0.410.390.00   0.20
XYZ25.978423.019960.2008
Yxy23.01990.23790.2108
Hunter Lab47.979112.6860-40.8076
CIE-Lab55.092818.0504-41.5774

#787dcc color RGB value is (120,125,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111101 11001100
Octal 170 175 314
Decimal 120 125 204
Hex 78 7D CC

RGB Percentages of Color #787dcc

%26.73
%27.84
%45.43

CMYK Percentages of Color #787dcc

%41
%39
%0
%20

Triadic Colors of #787dcc

#787dcc #cc787d #7dcc78

Analogous Colors of #787dcc

#787dcc #9d78cc #78a7cc

Monochromatic Colors of #787dcc

#787dcc

Complementary Color

#787dcc #ccc778

#787dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#787dcc Color CSS Codes

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

#787dcc Text Font Color

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

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


#787dcc Background Color

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

This div background color is #787dcc


#787dcc Border Color

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

This div border color is #787dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787dcc


Comments

No comments written yet.

Please login to write comment.