Color Hex Logo

#7898cf Color Hex

#7898CF
(120,152,207)
0 Favorites   0 Comments

Color spaces of #7898cf

RGB 120152207
HSL0.610.480.64
HSV218°42°81°
CMYK 0.420.270.00   0.19
XYZ30.236530.954563.4127
Yxy30.95450.24270.2484
Hunter Lab55.6368-0.3563-28.6308
CIE-Lab62.46923.0954-31.7284

#7898cf color RGB value is (120,152,207).

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

The process color (four color CMYK) of #7898cf color hex is 0.42, 0.27, 0.00, 0.19. Web safe color of #7898cf is #6699cc. Color #7898cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011000 11001111
Octal 170 230 317
Decimal 120 152 207
Hex 78 98 CF

RGB Percentages of Color #7898cf

%25.05
%31.73
%43.22

CMYK Percentages of Color #7898cf

%42
%27
%0
%19

Triadic Colors of #7898cf

#7898cf #cf7898 #98cf78

Analogous Colors of #7898cf

#7898cf #8478cf #78c4cf

Monochromatic Colors of #7898cf

#7898cf

Complementary Color

#7898cf #cfaf78

#7898cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7898cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7898cf Color CSS Codes

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

#7898cf Text Font Color

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

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


#7898cf Background Color

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

This div background color is #7898cf


#7898cf Border Color

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

This div border color is #7898cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7898cf


Comments

No comments written yet.

Please login to write comment.