Color Hex Logo

#766cfe Color Hex

#766CFE
(118,108,254)
0 Favorites   0 Comments

Color spaces of #766cfe

RGB 118108254
HSL0.680.990.71
HSV244°57°100°
CMYK 0.540.570.00   0.00
XYZ30.723221.732496.3414
Yxy21.73240.20650.1461
Hunter Lab46.618036.0573-89.8969
CIE-Lab53.741942.5346-71.7611

#766cfe color RGB value is (118,108,254).

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

The process color (four color CMYK) of #766cfe color hex is 0.54, 0.57, 0.00, 0.00. Web safe color of #766cfe is #6666ff. Color #766cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 11111110
Octal 166 154 376
Decimal 118 108 254
Hex 76 6C FE

RGB Percentages of Color #766cfe

%24.58
%22.50
%52.92

CMYK Percentages of Color #766cfe

%54
%57
%0
%0

Triadic Colors of #766cfe

#766cfe #fe766c #6cfe76

Analogous Colors of #766cfe

#766cfe #bf6cfe #6cabfe

Monochromatic Colors of #766cfe

#766cfe

Complementary Color

#766cfe #f4fe6c

#766cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cfe Color CSS Codes

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

#766cfe Text Font Color

<p style="color:#766cfe">Text here</p>

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


#766cfe Background Color

<div style="background-color:#766cfe">
Div content here</div>

This div background color is #766cfe


#766cfe Border Color

<div style="border:3px solid #766cfe">
Div here</div>

This div border color is #766cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cfe


Comments

No comments written yet.

Please login to write comment.