Color Hex Logo

#7689fe Color Hex

#7689FE
(118,137,254)
0 Favorites   0 Comments

Color spaces of #7689fe

RGB 118137254
HSL0.640.990.73
HSV232°54°100°
CMYK 0.540.460.00   0.00
XYZ34.306328.898697.5358
Yxy28.89860.21340.1798
Hunter Lab53.757419.8376-69.9438
CIE-Lab60.692025.4297-60.5683

#7689fe color RGB value is (118,137,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001001 11111110
Octal 166 211 376
Decimal 118 137 254
Hex 76 89 FE

RGB Percentages of Color #7689fe

%23.18
%26.92
%49.90

CMYK Percentages of Color #7689fe

%54
%46
%0
%0

Triadic Colors of #7689fe

#7689fe #fe7689 #89fe76

Analogous Colors of #7689fe

#7689fe #a776fe #76cdfe

Monochromatic Colors of #7689fe

#7689fe

Complementary Color

#7689fe #feeb76

#7689fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7689fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7689fe Color CSS Codes

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

#7689fe Text Font Color

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

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


#7689fe Background Color

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

This div background color is #7689fe


#7689fe Border Color

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

This div border color is #7689fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #7689fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7689fe

Related Colors

#7689fe Color Palettes


Comments

No comments written yet.

Please login to write comment.