Color Hex Logo

#7899fb Color Hex

#7899FB
(120,153,251)
0 Favorites   0 Comments

Color spaces of #7899fb

RGB 120153251
HSL0.620.940.73
HSV225°52°98°
CMYK 0.520.390.00   0.02
XYZ36.549533.740695.8530
Yxy33.74060.22000.2031
Hunter Lab58.086710.6648-57.1781
CIE-Lab64.756115.5080-52.4460

#7899fb color RGB value is (120,153,251).

#7899fb hex color red value is 120, green value is 153 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7899fb hue: 0.62 , saturation: 0.94 and the lightness value of 7899fb is 0.73.

The process color (four color CMYK) of #7899fb color hex is 0.52, 0.39, 0.00, 0.02. Web safe color of #7899fb is #6699ff. Color #7899fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011001 11111011
Octal 170 231 373
Decimal 120 153 251
Hex 78 99 FB

RGB Percentages of Color #7899fb

%22.90
%29.20
%47.90

CMYK Percentages of Color #7899fb

%52
%39
%0
%2

Triadic Colors of #7899fb

#7899fb #fb7899 #99fb78

Analogous Colors of #7899fb

#7899fb #9978fb #78dbfb

Monochromatic Colors of #7899fb

#7899fb

Complementary Color

#7899fb #fbda78

#7899fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7899fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7899fb Color CSS Codes

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

#7899fb Text Font Color

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

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


#7899fb Background Color

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

This div background color is #7899fb


#7899fb Border Color

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

This div border color is #7899fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,153,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7899fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7899fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7899fb;
  box-shadow:         1px 1px 3px 2px #7899fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7899fb


Comments

No comments written yet.

Please login to write comment.