Color Hex Logo

#788ccc Color Hex

#788CCC
(120,140,204)
0 Favorites   0 Comments

Color spaces of #788ccc

RGB 120140204
HSL0.630.450.64
HSV226°41°80°
CMYK 0.410.310.00   0.20
XYZ28.022927.108960.8823
Yxy27.10890.24150.2337
Hunter Lab52.06624.9558-32.8829
CIE-Lab59.07509.1842-35.3287

#788ccc color RGB value is (120,140,204).

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

The process color (four color CMYK) of #788ccc color hex is 0.41, 0.31, 0.00, 0.20. Web safe color of #788ccc is #6699cc. Color #788ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001100 11001100
Octal 170 214 314
Decimal 120 140 204
Hex 78 8C CC

RGB Percentages of Color #788ccc

%25.86
%30.17
%43.97

CMYK Percentages of Color #788ccc

%41
%31
%0
%20

Triadic Colors of #788ccc

#788ccc #cc788c #8ccc78

Analogous Colors of #788ccc

#788ccc #8e78cc #78b6cc

Monochromatic Colors of #788ccc

#788ccc

Complementary Color

#788ccc #ccb878

#788ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ccc Color CSS Codes

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

#788ccc Text Font Color

<p style="color:#788ccc">Text here</p>

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


#788ccc Background Color

<div style="background-color:#788ccc">
Div content here</div>

This div background color is #788ccc


#788ccc Border Color

<div style="border:3px solid #788ccc">
Div here</div>

This div border color is #788ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ccc


Comments

No comments written yet.

Please login to write comment.