Color Hex Logo

#7678eb Color Hex

#7678EB
(118,120,235)
0 Favorites   0 Comments

Color spaces of #7678eb

RGB 118120235
HSL0.660.750.69
HSV239°50°92°
CMYK 0.500.490.00   0.08
XYZ29.183123.282781.5531
Yxy23.28270.21780.1737
Hunter Lab48.252223.5163-66.4322
CIE-Lab55.362329.7177-58.5925

#7678eb color RGB value is (118,120,235).

#7678eb hex color red value is 118, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7678eb hue: 0.66 , saturation: 0.75 and the lightness value of 7678eb is 0.69.

The process color (four color CMYK) of #7678eb color hex is 0.50, 0.49, 0.00, 0.08. Web safe color of #7678eb is #6666ff. Color #7678eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111000 11101011
Octal 166 170 353
Decimal 118 120 235
Hex 76 78 EB

RGB Percentages of Color #7678eb

%24.95
%25.37
%49.68

CMYK Percentages of Color #7678eb

%50
%49
%0
%8

Triadic Colors of #7678eb

#7678eb #eb7678 #78eb76

Analogous Colors of #7678eb

#7678eb #af76eb #76b3eb

Monochromatic Colors of #7678eb

#7678eb

Complementary Color

#7678eb #ebe976

#7678eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7678eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7678eb Color CSS Codes

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

#7678eb Text Font Color

<p style="color:#7678eb">Text here</p>

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


#7678eb Background Color

<div style="background-color:#7678eb">
Div content here</div>

This div background color is #7678eb


#7678eb Border Color

<div style="border:3px solid #7678eb">
Div here</div>

This div border color is #7678eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,120,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7678eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7678eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7678eb;
  box-shadow:         1px 1px 3px 2px #7678eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7678eb


Comments

No comments written yet.

Please login to write comment.