Color Hex Logo

#768cc7 Color Hex

#768CC7
(118,140,199)
0 Favorites   0 Comments

Color spaces of #768cc7

RGB 118140199
HSL0.620.420.62
HSV224°41°78°
CMYK 0.410.300.00   0.22
XYZ27.158126.731257.7611
Yxy26.73120.24320.2394
Hunter Lab51.70223.2834-30.0465
CIE-Lab58.72477.2350-33.0674

#768cc7 color RGB value is (118,140,199).

#768cc7 hex color red value is 118, green value is 140 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #768cc7 hue: 0.62 , saturation: 0.42 and the lightness value of 768cc7 is 0.62.

The process color (four color CMYK) of #768cc7 color hex is 0.41, 0.30, 0.00, 0.22. Web safe color of #768cc7 is #6699cc. Color #768cc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 11000111
Octal 166 214 307
Decimal 118 140 199
Hex 76 8C C7

RGB Percentages of Color #768cc7

%25.82
%30.63
%43.54

CMYK Percentages of Color #768cc7

%41
%30
%0
%22

Triadic Colors of #768cc7

#768cc7 #c7768c #8cc776

Analogous Colors of #768cc7

#768cc7 #8976c7 #76b5c7

Monochromatic Colors of #768cc7

#768cc7

Complementary Color

#768cc7 #c7b176

#768cc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768cc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768cc7 Color CSS Codes

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

#768cc7 Text Font Color

<p style="color:#768cc7">Text here</p>

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


#768cc7 Background Color

<div style="background-color:#768cc7">
Div content here</div>

This div background color is #768cc7


#768cc7 Border Color

<div style="border:3px solid #768cc7">
Div here</div>

This div border color is #768cc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,140,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #768cc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #768cc7;
  -webkit-box-shadow: 1px 1px 3px 2px #768cc7;
  box-shadow:         1px 1px 3px 2px #768cc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768cc7


Comments

No comments written yet.

Please login to write comment.