Color Hex Logo

#788498 Color Hex

#788498
(120,132,152)
0 Favorites   0 Comments

Color spaces of #788498

RGB 120132152
HSL0.600.130.53
HSV218°21°60°
CMYK 0.210.130.00   0.40
XYZ21.664522.762632.9575
Yxy22.76260.28000.2941
Hunter Lab47.7102-2.4385-7.5596
CIE-Lab54.82700.1379-12.1697

#788498 color RGB value is (120,132,152).

#788498 hex color red value is 120, green value is 132 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #788498 hue: 0.60 , saturation: 0.13 and the lightness value of 788498 is 0.53.

The process color (four color CMYK) of #788498 color hex is 0.21, 0.13, 0.00, 0.40. Web safe color of #788498 is #669999. Color #788498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000100 10011000
Octal 170 204 230
Decimal 120 132 152
Hex 78 84 98

RGB Percentages of Color #788498

%29.70
%32.67
%37.62

CMYK Percentages of Color #788498

%21
%13
%0
%40

Triadic Colors of #788498

#788498 #987884 #849878

Analogous Colors of #788498

#788498 #7c7898 #789498

Monochromatic Colors of #788498

#788498

Complementary Color

#788498 #988c78

#788498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788498 Color CSS Codes

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

#788498 Text Font Color

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

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


#788498 Background Color

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

This div background color is #788498


#788498 Border Color

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

This div border color is #788498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,132,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #788498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #788498;
  -webkit-box-shadow: 1px 1px 3px 2px #788498;
  box-shadow:         1px 1px 3px 2px #788498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788498


Comments

No comments written yet.

Please login to write comment.