Color Hex Logo

#7898c1 Color Hex

#7898C1
(120,152,193)
0 Favorites   0 Comments

Color spaces of #7898c1

RGB 120152193
HSL0.590.370.61
HSV214°38°76°
CMYK 0.380.210.00   0.24
XYZ28.599630.299854.7932
Yxy30.29980.25160.2665
Hunter Lab55.0453-3.5868-20.4868
CIE-Lab61.9120-0.7771-24.7501

#7898c1 color RGB value is (120,152,193).

#7898c1 hex color red value is 120, green value is 152 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #7898c1 hue: 0.59 , saturation: 0.37 and the lightness value of 7898c1 is 0.61.

The process color (four color CMYK) of #7898c1 color hex is 0.38, 0.21, 0.00, 0.24. Web safe color of #7898c1 is #6699cc. Color #7898c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011000 11000001
Octal 170 230 301
Decimal 120 152 193
Hex 78 98 C1

RGB Percentages of Color #7898c1

%25.81
%32.69
%41.51

CMYK Percentages of Color #7898c1

%38
%21
%0
%24

Triadic Colors of #7898c1

#7898c1 #c17898 #98c178

Analogous Colors of #7898c1

#7898c1 #7d78c1 #78bdc1

Monochromatic Colors of #7898c1

#7898c1

Complementary Color

#7898c1 #c1a178

#7898c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7898c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7898c1 Color CSS Codes

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

#7898c1 Text Font Color

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

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


#7898c1 Background Color

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

This div background color is #7898c1


#7898c1 Border Color

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

This div border color is #7898c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7898c1


Comments

No comments written yet.

Please login to write comment.