Color Hex Logo

#788cc5 Color Hex

#788CC5
(120,140,197)
0 Favorites   0 Comments

Color spaces of #788cc5

RGB 120140197
HSL0.620.400.62
HSV224°39°77°
CMYK 0.390.290.00   0.23
XYZ27.201926.780556.5588
Yxy26.78050.24610.2423
Hunter Lab51.74993.2648-28.5747
CIE-Lab58.77067.2141-31.8570

#788cc5 color RGB value is (120,140,197).

#788cc5 hex color red value is 120, green value is 140 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #788cc5 hue: 0.62 , saturation: 0.40 and the lightness value of 788cc5 is 0.62.

The process color (four color CMYK) of #788cc5 color hex is 0.39, 0.29, 0.00, 0.23. Web safe color of #788cc5 is #6699cc. Color #788cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001100 11000101
Octal 170 214 305
Decimal 120 140 197
Hex 78 8C C5

RGB Percentages of Color #788cc5

%26.26
%30.63
%43.11

CMYK Percentages of Color #788cc5

%39
%29
%0
%23

Triadic Colors of #788cc5

#788cc5 #c5788c #8cc578

Analogous Colors of #788cc5

#788cc5 #8b78c5 #78b3c5

Monochromatic Colors of #788cc5

#788cc5

Complementary Color

#788cc5 #c5b178

#788cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788cc5 Color CSS Codes

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

#788cc5 Text Font Color

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

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


#788cc5 Background Color

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

This div background color is #788cc5


#788cc5 Border Color

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

This div border color is #788cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788cc5


Comments

No comments written yet.

Please login to write comment.