Color Hex Logo

#7666ff Color Hex

#7666FF
(118,102,255)
0 Favorites   0 Comments

Color spaces of #7666ff

RGB 118102255
HSL0.681.000.70
HSV246°60°100°
CMYK 0.540.600.00   0.00
XYZ30.272620.574396.9834
Yxy20.57430.20480.1392
Hunter Lab45.358939.7531-95.0187
CIE-Lab52.480446.2863-74.3617

#7666ff color RGB value is (118,102,255).

#7666ff hex color red value is 118, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7666ff hue: 0.68 , saturation: 1.00 and the lightness value of 7666ff is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100110 11111111
Octal 166 146 377
Decimal 118 102 255
Hex 76 66 FF

RGB Percentages of Color #7666ff

%24.84
%21.47
%53.68

CMYK Percentages of Color #7666ff

%54
%60
%0
%0

Triadic Colors of #7666ff

#7666ff #ff7666 #66ff76

Analogous Colors of #7666ff

#7666ff #c366ff #66a3ff

Monochromatic Colors of #7666ff

#7666ff

Complementary Color

#7666ff #efff66

#7666ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7666ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7666ff Color CSS Codes

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

#7666ff Text Font Color

<p style="color:#7666ff">Text here</p>

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


#7666ff Background Color

<div style="background-color:#7666ff">
Div content here</div>

This div background color is #7666ff


#7666ff Border Color

<div style="border:3px solid #7666ff">
Div here</div>

This div border color is #7666ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,102,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7666ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7666ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7666ff;
  box-shadow:         1px 1px 3px 2px #7666ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7666ff


Comments

No comments written yet.

Please login to write comment.