Color Hex Logo

#768ac2 Color Hex

#768AC2
(118,138,194)
0 Favorites   0 Comments

Color spaces of #768ac2

RGB 118138194
HSL0.620.380.61
HSV224°39°76°
CMYK 0.390.290.00   0.24
XYZ26.297325.923654.6567
Yxy25.92360.24610.2426
Hunter Lab50.91523.0922-28.0062
CIE-Lab57.96456.9951-31.4241

#768ac2 color RGB value is (118,138,194).

#768ac2 hex color red value is 118, green value is 138 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #768ac2 hue: 0.62 , saturation: 0.38 and the lightness value of 768ac2 is 0.61.

The process color (four color CMYK) of #768ac2 color hex is 0.39, 0.29, 0.00, 0.24. Web safe color of #768ac2 is #6699cc. Color #768ac2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 11000010
Octal 166 212 302
Decimal 118 138 194
Hex 76 8A C2

RGB Percentages of Color #768ac2

%26.22
%30.67
%43.11

CMYK Percentages of Color #768ac2

%39
%29
%0
%24

Triadic Colors of #768ac2

#768ac2 #c2768a #8ac276

Analogous Colors of #768ac2

#768ac2 #8876c2 #76b0c2

Monochromatic Colors of #768ac2

#768ac2

Complementary Color

#768ac2 #c2ae76

#768ac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768ac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768ac2 Color CSS Codes

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

#768ac2 Text Font Color

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

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


#768ac2 Background Color

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

This div background color is #768ac2


#768ac2 Border Color

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

This div border color is #768ac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768ac2


Comments

No comments written yet.

Please login to write comment.