Color Hex Logo

#766cdc Color Hex

#766CDC
(118,108,220)
0 Favorites   0 Comments

Color spaces of #766cdc

RGB 118108220
HSL0.680.620.64
HSV245°51°86°
CMYK 0.460.510.00   0.14
XYZ25.752019.744070.1638
Yxy19.74400.22270.1707
Hunter Lab44.434225.6904-62.5178
CIE-Lab51.546532.3908-56.2890

#766cdc color RGB value is (118,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 11011100
Octal 166 154 334
Decimal 118 108 220
Hex 76 6C DC

RGB Percentages of Color #766cdc

%26.46
%24.22
%49.33

CMYK Percentages of Color #766cdc

%46
%51
%0
%14

Triadic Colors of #766cdc

#766cdc #dc766c #6cdc76

Analogous Colors of #766cdc

#766cdc #ae6cdc #6c9adc

Monochromatic Colors of #766cdc

#766cdc

Complementary Color

#766cdc #d2dc6c

#766cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cdc Color CSS Codes

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

#766cdc Text Font Color

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

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


#766cdc Background Color

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

This div background color is #766cdc


#766cdc Border Color

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

This div border color is #766cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,108,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 #766cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cdc


Comments

No comments written yet.

Please login to write comment.