Color Hex Logo

#766fcc Color Hex

#766FCC
(118,111,204)
0 Favorites   0 Comments

Color spaces of #766fcc

RGB 118111204
HSL0.680.480.62
HSV245°46°80°
CMYK 0.420.460.00   0.20
XYZ24.054719.580159.6382
Yxy19.58010.23290.1896
Hunter Lab44.249419.5991-48.9349
CIE-Lab51.359125.9284-47.5019

#766fcc color RGB value is (118,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101111 11001100
Octal 166 157 314
Decimal 118 111 204
Hex 76 6F CC

RGB Percentages of Color #766fcc

%27.25
%25.64
%47.11

CMYK Percentages of Color #766fcc

%42
%46
%0
%20

Triadic Colors of #766fcc

#766fcc #cc766f #6fcc76

Analogous Colors of #766fcc

#766fcc #a56fcc #6f97cc

Monochromatic Colors of #766fcc

#766fcc

Complementary Color

#766fcc #c5cc6f

#766fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#766fcc Color CSS Codes

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

#766fcc Text Font Color

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

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


#766fcc Background Color

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

This div background color is #766fcc


#766fcc Border Color

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

This div border color is #766fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766fcc


Comments

No comments written yet.

Please login to write comment.