Color Hex Logo

#788ecc Color Hex

#788ECC
(120,142,204)
0 Favorites   0 Comments

Color spaces of #788ecc

RGB 120142204
HSL0.620.450.64
HSV224°41°80°
CMYK 0.410.300.00   0.20
XYZ28.317827.698760.9806
Yxy27.69870.24200.2367
Hunter Lab52.62963.9418-31.8572
CIE-Lab59.61568.0175-34.4853

#788ecc color RGB value is (120,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001110 11001100
Octal 170 216 314
Decimal 120 142 204
Hex 78 8E CC

RGB Percentages of Color #788ecc

%25.75
%30.47
%43.78

CMYK Percentages of Color #788ecc

%41
%30
%0
%20

Triadic Colors of #788ecc

#788ecc #cc788e #8ecc78

Analogous Colors of #788ecc

#788ecc #8c78cc #78b8cc

Monochromatic Colors of #788ecc

#788ecc

Complementary Color

#788ecc #ccb678

#788ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ecc Color CSS Codes

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

#788ecc Text Font Color

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

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


#788ecc Background Color

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

This div background color is #788ecc


#788ecc Border Color

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

This div border color is #788ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ecc


Comments

No comments written yet.

Please login to write comment.