Color Hex Logo

#768abf Color Hex

#768ABF
(118,138,191)
0 Favorites   0 Comments

Color spaces of #768abf

RGB 118138191
HSL0.620.360.61
HSV224°38°75°
CMYK 0.380.280.00   0.25
XYZ25.963725.790152.8998
Yxy25.79010.24810.2464
Hunter Lab50.78402.3876-26.2115
CIE-Lab57.83736.1597-29.9217

#768abf color RGB value is (118,138,191).

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

The process color (four color CMYK) of #768abf color hex is 0.38, 0.28, 0.00, 0.25. Web safe color of #768abf is #6699cc. Color #768abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 10111111
Octal 166 212 277
Decimal 118 138 191
Hex 76 8A BF

RGB Percentages of Color #768abf

%26.40
%30.87
%42.73

CMYK Percentages of Color #768abf

%38
%28
%0
%25

Triadic Colors of #768abf

#768abf #bf768a #8abf76

Analogous Colors of #768abf

#768abf #8776bf #76afbf

Monochromatic Colors of #768abf

#768abf

Complementary Color

#768abf #bfab76

#768abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#768abf Color CSS Codes

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

#768abf Text Font Color

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

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


#768abf Background Color

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

This div background color is #768abf


#768abf Border Color

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

This div border color is #768abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768abf


Comments

No comments written yet.

Please login to write comment.