Color Hex Logo

#787c98 Color Hex

#787C98
(120,124,152)
0 Favorites   0 Comments

Color spaces of #787c98

RGB 120124152
HSL0.650.130.53
HSV233°21°60°
CMYK 0.210.180.00   0.40
XYZ20.620920.675432.6097
Yxy20.67540.27900.2798
Hunter Lab45.47021.3775-10.6916
CIE-Lab52.59244.7845-15.5484

#787c98 color RGB value is (120,124,152).

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

The process color (four color CMYK) of #787c98 color hex is 0.21, 0.18, 0.00, 0.40. Web safe color of #787c98 is #666699. Color #787c98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111100 10011000
Octal 170 174 230
Decimal 120 124 152
Hex 78 7C 98

RGB Percentages of Color #787c98

%30.30
%31.31
%38.38

CMYK Percentages of Color #787c98

%21
%18
%0
%40

Triadic Colors of #787c98

#787c98 #98787c #7c9878

Analogous Colors of #787c98

#787c98 #847898 #788c98

Monochromatic Colors of #787c98

#787c98

Complementary Color

#787c98 #989478

#787c98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787c98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787c98 Color CSS Codes

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

#787c98 Text Font Color

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

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


#787c98 Background Color

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

This div background color is #787c98


#787c98 Border Color

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

This div border color is #787c98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787c98


Comments

No comments written yet.

Please login to write comment.