Color Hex Logo

#7898de Color Hex

#7898DE
(120,152,222)
0 Favorites   0 Comments

Color spaces of #7898de

RGB 120152222
HSL0.610.610.67
HSV221°46°87°
CMYK 0.460.320.00   0.13
XYZ32.158831.723573.5355
Yxy31.72350.23400.2309
Hunter Lab56.32363.3509-37.9818
CIE-Lab63.11377.4026-39.0695

#7898de color RGB value is (120,152,222).

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

The process color (four color CMYK) of #7898de color hex is 0.46, 0.32, 0.00, 0.13. Web safe color of #7898de is #6699cc. Color #7898de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011000 11011110
Octal 170 230 336
Decimal 120 152 222
Hex 78 98 DE

RGB Percentages of Color #7898de

%24.29
%30.77
%44.94

CMYK Percentages of Color #7898de

%46
%32
%0
%13

Triadic Colors of #7898de

#7898de #de7898 #98de78

Analogous Colors of #7898de

#7898de #8b78de #78cbde

Monochromatic Colors of #7898de

#7898de

Complementary Color

#7898de #debe78

#7898de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7898de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7898de Color CSS Codes

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

#7898de Text Font Color

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

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


#7898de Background Color

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

This div background color is #7898de


#7898de Border Color

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

This div border color is #7898de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7898de


Comments

No comments written yet.

Please login to write comment.