Color Hex Logo

#766bcd Color Hex

#766BCD
(118,107,205)
0 Favorites   0 Comments

Color spaces of #766bcd

RGB 118107205
HSL0.690.490.61
HSV247°48°80°
CMYK 0.420.480.00   0.20
XYZ23.748418.774760.1298
Yxy18.77470.23130.1829
Hunter Lab43.329822.0060-51.9473
CIE-Lab50.422628.6171-49.5650

#766bcd color RGB value is (118,107,205).

#766bcd hex color red value is 118, green value is 107 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #766bcd hue: 0.69 , saturation: 0.49 and the lightness value of 766bcd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101011 11001101
Octal 166 153 315
Decimal 118 107 205
Hex 76 6B CD

RGB Percentages of Color #766bcd

%27.44
%24.88
%47.67

CMYK Percentages of Color #766bcd

%42
%48
%0
%20

Triadic Colors of #766bcd

#766bcd #cd766b #6bcd76

Analogous Colors of #766bcd

#766bcd #a76bcd #6b91cd

Monochromatic Colors of #766bcd

#766bcd

Complementary Color

#766bcd #c2cd6b

#766bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#766bcd Color CSS Codes

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

#766bcd Text Font Color

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

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


#766bcd Background Color

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

This div background color is #766bcd


#766bcd Border Color

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

This div border color is #766bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766bcd


Comments

No comments written yet.

Please login to write comment.