Color Hex Logo

#7766ce Color Hex

#7766CE
(119,102,206)
0 Favorites   0 Comments

Color spaces of #7766ce

RGB 119102206
HSL0.690.510.60
HSV250°50°81°
CMYK 0.420.500.00   0.19
XYZ23.499717.880960.6053
Yxy17.88090.23040.1753
Hunter Lab42.285825.1985-55.3761
CIE-Lab49.351332.1313-51.8433

#7766ce color RGB value is (119,102,206).

#7766ce hex color red value is 119, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7766ce hue: 0.69 , saturation: 0.51 and the lightness value of 7766ce is 0.60.

The process color (four color CMYK) of #7766ce color hex is 0.42, 0.50, 0.00, 0.19. Web safe color of #7766ce is #6666cc. Color #7766ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100110 11001110
Octal 167 146 316
Decimal 119 102 206
Hex 77 66 CE

RGB Percentages of Color #7766ce

%27.87
%23.89
%48.24

CMYK Percentages of Color #7766ce

%42
%50
%0
%19

Triadic Colors of #7766ce

#7766ce #ce7766 #66ce77

Analogous Colors of #7766ce

#7766ce #ab66ce #6689ce

Monochromatic Colors of #7766ce

#7766ce

Complementary Color

#7766ce #bdce66

#7766ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7766ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7766ce Color CSS Codes

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

#7766ce Text Font Color

<p style="color:#7766ce">Text here</p>

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


#7766ce Background Color

<div style="background-color:#7766ce">
Div content here</div>

This div background color is #7766ce


#7766ce Border Color

<div style="border:3px solid #7766ce">
Div here</div>

This div border color is #7766ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,102,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7766ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7766ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7766ce;
  box-shadow:         1px 1px 3px 2px #7766ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7766ce


Comments

No comments written yet.

Please login to write comment.