Color Hex Logo

#7666bf Color Hex

#7666BF
(118,102,191)
0 Favorites   0 Comments

Color spaces of #7666bf

RGB 118102191
HSL0.700.410.57
HSV251°47°75°
CMYK 0.380.470.00   0.25
XYZ21.626617.115951.4541
Yxy17.11590.23980.1898
Hunter Lab41.371420.9098-44.7798
CIE-Lab48.405727.6374-44.7374

#7666bf color RGB value is (118,102,191).

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

The process color (four color CMYK) of #7666bf color hex is 0.38, 0.47, 0.00, 0.25. Web safe color of #7666bf is #6666cc. Color #7666bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100110 10111111
Octal 166 146 277
Decimal 118 102 191
Hex 76 66 BF

RGB Percentages of Color #7666bf

%28.71
%24.82
%46.47

CMYK Percentages of Color #7666bf

%38
%47
%0
%25

Triadic Colors of #7666bf

#7666bf #bf7666 #66bf76

Analogous Colors of #7666bf

#7666bf #a366bf #6683bf

Monochromatic Colors of #7666bf

#7666bf

Complementary Color

#7666bf #afbf66

#7666bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7666bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7666bf Color CSS Codes

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

#7666bf Text Font Color

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

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


#7666bf Background Color

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

This div background color is #7666bf


#7666bf Border Color

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

This div border color is #7666bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7666bf


Comments

No comments written yet.

Please login to write comment.