Color Hex Logo

#766dac Color Hex

#766DAC
(118,109,172)
0 Favorites   0 Comments

Color spaces of #766dac

RGB 118109172
HSL0.690.280.55
HSV249°37°67°
CMYK 0.310.370.00   0.33
XYZ20.386217.767441.3847
Yxy17.76740.25630.2234
Hunter Lab42.151412.5652-28.7056
CIE-Lab49.212818.2077-32.4380

#766dac color RGB value is (118,109,172).

#766dac hex color red value is 118, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #766dac hue: 0.69 , saturation: 0.28 and the lightness value of 766dac is 0.55.

The process color (four color CMYK) of #766dac color hex is 0.31, 0.37, 0.00, 0.33. Web safe color of #766dac is #666699. Color #766dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101101 10101100
Octal 166 155 254
Decimal 118 109 172
Hex 76 6D AC

RGB Percentages of Color #766dac

%29.57
%27.32
%43.11

CMYK Percentages of Color #766dac

%31
%37
%0
%33

Triadic Colors of #766dac

#766dac #ac766d #6dac76

Analogous Colors of #766dac

#766dac #966dac #6d84ac

Monochromatic Colors of #766dac

#766dac

Complementary Color

#766dac #a3ac6d

#766dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#766dac Color CSS Codes

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

#766dac Text Font Color

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

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


#766dac Background Color

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

This div background color is #766dac


#766dac Border Color

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

This div border color is #766dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766dac


Comments

No comments written yet.

Please login to write comment.