Color Hex Logo

#766cda Color Hex

#766CDA
(118,108,218)
0 Favorites   0 Comments

Color spaces of #766cda

RGB 118108218
HSL0.680.600.64
HSV245°50°85°
CMYK 0.460.500.00   0.15
XYZ25.488719.638668.7769
Yxy19.63860.22380.1724
Hunter Lab44.315525.1149-60.9963
CIE-Lab51.426131.8034-55.3508

#766cda color RGB value is (118,108,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 11011010
Octal 166 154 332
Decimal 118 108 218
Hex 76 6C DA

RGB Percentages of Color #766cda

%26.58
%24.32
%49.10

CMYK Percentages of Color #766cda

%46
%50
%0
%15

Triadic Colors of #766cda

#766cda #da766c #6cda76

Analogous Colors of #766cda

#766cda #ad6cda #6c99da

Monochromatic Colors of #766cda

#766cda

Complementary Color

#766cda #d0da6c

#766cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cda Color CSS Codes

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

#766cda Text Font Color

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

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


#766cda Background Color

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

This div background color is #766cda


#766cda Border Color

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

This div border color is #766cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cda


Comments

No comments written yet.

Please login to write comment.