Color Hex Logo

#766adc Color Hex

#766ADC
(118,106,220)
0 Favorites   0 Comments

Color spaces of #766adc

RGB 118106220
HSL0.680.620.64
HSV246°52°86°
CMYK 0.460.520.00   0.14
XYZ25.543519.326970.0943
Yxy19.32690.22220.1681
Hunter Lab43.962426.7799-63.7593
CIE-Lab51.067533.5801-57.0579

#766adc color RGB value is (118,106,220).

#766adc hex color red value is 118, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #766adc hue: 0.68 , saturation: 0.62 and the lightness value of 766adc is 0.64.

The process color (four color CMYK) of #766adc color hex is 0.46, 0.52, 0.00, 0.14. Web safe color of #766adc is #6666cc. Color #766adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101010 11011100
Octal 166 152 334
Decimal 118 106 220
Hex 76 6A DC

RGB Percentages of Color #766adc

%26.58
%23.87
%49.55

CMYK Percentages of Color #766adc

%46
%52
%0
%14

Triadic Colors of #766adc

#766adc #dc766a #6adc76

Analogous Colors of #766adc

#766adc #af6adc #6a97dc

Monochromatic Colors of #766adc

#766adc

Complementary Color

#766adc #d0dc6a

#766adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#766adc Color CSS Codes

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

#766adc Text Font Color

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

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


#766adc Background Color

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

This div background color is #766adc


#766adc Border Color

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

This div border color is #766adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766adc


Comments

No comments written yet.

Please login to write comment.