Color Hex Logo

#7489fe Color Hex

#7489FE
(116,137,254)
0 Favorites   0 Comments

Color spaces of #7489fe

RGB 116137254
HSL0.640.990.73
HSV231°54°100°
CMYK 0.540.460.00   0.00
XYZ34.037528.760197.5232
Yxy28.76010.21230.1794
Hunter Lab53.628419.4426-70.2788
CIE-Lab60.569325.0264-60.7716

#7489fe color RGB value is (116,137,254).

#7489fe hex color red value is 116, green value is 137 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7489fe hue: 0.64 , saturation: 0.99 and the lightness value of 7489fe is 0.73.

The process color (four color CMYK) of #7489fe color hex is 0.54, 0.46, 0.00, 0.00. Web safe color of #7489fe is #6699ff. Color #7489fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 11111110
Octal 164 211 376
Decimal 116 137 254
Hex 74 89 FE

RGB Percentages of Color #7489fe

%22.88
%27.02
%50.10

CMYK Percentages of Color #7489fe

%54
%46
%0
%0

Triadic Colors of #7489fe

#7489fe #fe7489 #89fe74

Analogous Colors of #7489fe

#7489fe #a474fe #74cefe

Monochromatic Colors of #7489fe

#7489fe

Complementary Color

#7489fe #fee974

#7489fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7489fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7489fe Color CSS Codes

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

#7489fe Text Font Color

<p style="color:#7489fe">Text here</p>

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


#7489fe Background Color

<div style="background-color:#7489fe">
Div content here</div>

This div background color is #7489fe


#7489fe Border Color

<div style="border:3px solid #7489fe">
Div here</div>

This div border color is #7489fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,137,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7489fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7489fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7489fe;
  box-shadow:         1px 1px 3px 2px #7489fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7489fe

Related Colors


Comments

No comments written yet.

Please login to write comment.