Color Hex Logo

#766cce Color Hex

#766CCE
(118,108,206)
0 Favorites   0 Comments

Color spaces of #766cce

RGB 118108206
HSL0.680.500.62
HSV246°48°81°
CMYK 0.430.480.00   0.19
XYZ23.974419.032960.8027
Yxy19.03290.23090.1833
Hunter Lab43.626721.7452-52.0940
CIE-Lab50.725728.3064-49.6522

#766cce color RGB value is (118,108,206).

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

The process color (four color CMYK) of #766cce color hex is 0.43, 0.48, 0.00, 0.19. Web safe color of #766cce is #6666cc. Color #766cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 11001110
Octal 166 154 316
Decimal 118 108 206
Hex 76 6C CE

RGB Percentages of Color #766cce

%27.31
%25.00
%47.69

CMYK Percentages of Color #766cce

%43
%48
%0
%19

Triadic Colors of #766cce

#766cce #ce766c #6cce76

Analogous Colors of #766cce

#766cce #a76cce #6c93ce

Monochromatic Colors of #766cce

#766cce

Complementary Color

#766cce #c4ce6c

#766cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cce Color CSS Codes

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

#766cce Text Font Color

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

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


#766cce Background Color

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

This div background color is #766cce


#766cce Border Color

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

This div border color is #766cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cce


Comments

No comments written yet.

Please login to write comment.