Color Hex Logo

#7989fa Color Hex

#7989FA
(121,137,250)
0 Favorites   0 Comments

Color spaces of #7989fa

RGB 121137250
HSL0.650.930.73
HSV233°52°98°
CMYK 0.520.450.00   0.02
XYZ34.086128.858494.2162
Yxy28.85840.21690.1836
Hunter Lab53.720019.2507-66.3810
CIE-Lab60.656524.8197-58.4171

#7989fa color RGB value is (121,137,250).

#7989fa hex color red value is 121, green value is 137 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7989fa hue: 0.65 , saturation: 0.93 and the lightness value of 7989fa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001001 11111010
Octal 171 211 372
Decimal 121 137 250
Hex 79 89 FA

RGB Percentages of Color #7989fa

%23.82
%26.97
%49.21

CMYK Percentages of Color #7989fa

%52
%45
%0
%2

Triadic Colors of #7989fa

#7989fa #fa7989 #89fa79

Analogous Colors of #7989fa

#7989fa #aa79fa #79cafa

Monochromatic Colors of #7989fa

#7989fa

Complementary Color

#7989fa #faea79

#7989fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7989fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7989fa Color CSS Codes

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

#7989fa Text Font Color

<p style="color:#7989fa">Text here</p>

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


#7989fa Background Color

<div style="background-color:#7989fa">
Div content here</div>

This div background color is #7989fa


#7989fa Border Color

<div style="border:3px solid #7989fa">
Div here</div>

This div border color is #7989fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,137,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7989fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7989fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7989fa;
  box-shadow:         1px 1px 3px 2px #7989fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,137,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7989fa


Comments

No comments written yet.

Please login to write comment.