Color Hex Logo

#7668fe Color Hex

#7668FE
(118,104,254)
0 Favorites   0 Comments

Color spaces of #7668fe

RGB 118104254
HSL0.680.990.70
HSV246°59°100°
CMYK 0.540.590.00   0.00
XYZ30.310920.907996.2040
Yxy20.90790.20560.1418
Hunter Lab45.725238.3074-92.7363
CIE-Lab52.848544.8434-73.2101

#7668fe color RGB value is (118,104,254).

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

The process color (four color CMYK) of #7668fe color hex is 0.54, 0.59, 0.00, 0.00. Web safe color of #7668fe is #6666ff. Color #7668fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 11111110
Octal 166 150 376
Decimal 118 104 254
Hex 76 68 FE

RGB Percentages of Color #7668fe

%24.79
%21.85
%53.36

CMYK Percentages of Color #7668fe

%54
%59
%0
%0

Triadic Colors of #7668fe

#7668fe #fe7668 #68fe76

Analogous Colors of #7668fe

#7668fe #c168fe #68a5fe

Monochromatic Colors of #7668fe

#7668fe

Complementary Color

#7668fe #f0fe68

#7668fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7668fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7668fe Color CSS Codes

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

#7668fe Text Font Color

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

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


#7668fe Background Color

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

This div background color is #7668fe


#7668fe Border Color

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

This div border color is #7668fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7668fe

Related Colors


Comments

No comments written yet.

Please login to write comment.