Color Hex Logo

#7668fa Color Hex

#7668FA
(118,104,250)
0 Favorites   0 Comments

Color spaces of #7668fa

RGB 118104250
HSL0.680.940.69
HSV246°58°98°
CMYK 0.530.580.00   0.02
XYZ29.676820.654392.8650
Yxy20.65430.20720.1442
Hunter Lab45.447037.0279-89.3385
CIE-Lab52.569143.6492-71.4455

#7668fa color RGB value is (118,104,250).

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

The process color (four color CMYK) of #7668fa color hex is 0.53, 0.58, 0.00, 0.02. Web safe color of #7668fa is #6666ff. Color #7668fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 11111010
Octal 166 150 372
Decimal 118 104 250
Hex 76 68 FA

RGB Percentages of Color #7668fa

%25.00
%22.03
%52.97

CMYK Percentages of Color #7668fa

%53
%58
%0
%2

Triadic Colors of #7668fa

#7668fa #fa7668 #68fa76

Analogous Colors of #7668fa

#7668fa #bf68fa #68a3fa

Monochromatic Colors of #7668fa

#7668fa

Complementary Color

#7668fa #ecfa68

#7668fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7668fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7668fa Color CSS Codes

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

#7668fa Text Font Color

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

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


#7668fa Background Color

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

This div background color is #7668fa


#7668fa Border Color

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

This div border color is #7668fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7668fa

Related Colors


Comments

No comments written yet.

Please login to write comment.