Color Hex Logo

#766cc1 Color Hex

#766CC1
(118,108,193)
0 Favorites   0 Comments

Color spaces of #766cc1

RGB 118108193
HSL0.690.410.59
HSV247°44°76°
CMYK 0.390.440.00   0.24
XYZ22.459418.426952.8251
Yxy18.42690.23970.1966
Hunter Lab42.926618.2706-42.9132
CIE-Lab50.009924.5920-43.3432

#766cc1 color RGB value is (118,108,193).

#766cc1 hex color red value is 118, green value is 108 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #766cc1 hue: 0.69 , saturation: 0.41 and the lightness value of 766cc1 is 0.59.

The process color (four color CMYK) of #766cc1 color hex is 0.39, 0.44, 0.00, 0.24. Web safe color of #766cc1 is #6666cc. Color #766cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 11000001
Octal 166 154 301
Decimal 118 108 193
Hex 76 6C C1

RGB Percentages of Color #766cc1

%28.16
%25.78
%46.06

CMYK Percentages of Color #766cc1

%39
%44
%0
%24

Triadic Colors of #766cc1

#766cc1 #c1766c #6cc176

Analogous Colors of #766cc1

#766cc1 #a16cc1 #6c8dc1

Monochromatic Colors of #766cc1

#766cc1

Complementary Color

#766cc1 #b7c16c

#766cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cc1 Color CSS Codes

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

#766cc1 Text Font Color

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

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


#766cc1 Background Color

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

This div background color is #766cc1


#766cc1 Border Color

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

This div border color is #766cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cc1


Comments

No comments written yet.

Please login to write comment.