Color Hex Logo

#768ccc Color Hex

#768CCC
(118,140,204)
0 Favorites   0 Comments

Color spaces of #768ccc

RGB 118140204
HSL0.620.460.63
HSV225°42°80°
CMYK 0.420.310.00   0.20
XYZ27.748426.967460.8695
Yxy26.96740.24010.2333
Hunter Lab51.93014.5021-33.1452
CIE-Lab58.94418.6581-35.5427

#768ccc color RGB value is (118,140,204).

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

The process color (four color CMYK) of #768ccc color hex is 0.42, 0.31, 0.00, 0.20. Web safe color of #768ccc is #6699cc. Color #768ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 11001100
Octal 166 214 314
Decimal 118 140 204
Hex 76 8C CC

RGB Percentages of Color #768ccc

%25.54
%30.30
%44.16

CMYK Percentages of Color #768ccc

%42
%31
%0
%20

Triadic Colors of #768ccc

#768ccc #cc768c #8ccc76

Analogous Colors of #768ccc

#768ccc #8b76cc #76b7cc

Monochromatic Colors of #768ccc

#768ccc

Complementary Color

#768ccc #ccb676

#768ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#768ccc Color CSS Codes

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

#768ccc Text Font Color

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

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


#768ccc Background Color

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

This div background color is #768ccc


#768ccc Border Color

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

This div border color is #768ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,140,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 #768ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768ccc


Comments

No comments written yet.

Please login to write comment.