Color Hex Logo

#768daf Color Hex

#768DAF
(118,141,175)
0 Favorites   0 Comments

Color spaces of #768daf

RGB 118141175
HSL0.600.260.57
HSV216°33°69°
CMYK 0.330.190.00   0.31
XYZ24.734025.996544.2716
Yxy25.99650.26040.2736
Hunter Lab50.9868-2.6354-15.7905
CIE-Lab58.03370.1080-20.5227

#768daf color RGB value is (118,141,175).

#768daf hex color red value is 118, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #768daf hue: 0.60 , saturation: 0.26 and the lightness value of 768daf is 0.57.

The process color (four color CMYK) of #768daf color hex is 0.33, 0.19, 0.00, 0.31. Web safe color of #768daf is #669999. Color #768daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001101 10101111
Octal 166 215 257
Decimal 118 141 175
Hex 76 8D AF

RGB Percentages of Color #768daf

%27.19
%32.49
%40.32

CMYK Percentages of Color #768daf

%33
%19
%0
%31

Triadic Colors of #768daf

#768daf #af768d #8daf76

Analogous Colors of #768daf

#768daf #7c76af #76aaaf

Monochromatic Colors of #768daf

#768daf

Complementary Color

#768daf #af9876

#768daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#768daf Color CSS Codes

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

#768daf Text Font Color

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

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


#768daf Background Color

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

This div background color is #768daf


#768daf Border Color

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

This div border color is #768daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768daf


Comments

No comments written yet.

Please login to write comment.