Color Hex Logo

#768acf Color Hex

#768ACF
(118,138,207)
0 Favorites   0 Comments

Color spaces of #768acf

RGB 118138207
HSL0.630.480.64
HSV227°43°81°
CMYK 0.430.330.00   0.19
XYZ27.822226.533562.6866
Yxy26.53350.23770.2267
Hunter Lab51.51076.2686-36.0963
CIE-Lab58.540010.6938-37.8629

#768acf color RGB value is (118,138,207).

#768acf hex color red value is 118, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #768acf hue: 0.63 , saturation: 0.48 and the lightness value of 768acf is 0.64.

The process color (four color CMYK) of #768acf color hex is 0.43, 0.33, 0.00, 0.19. Web safe color of #768acf is #6699cc. Color #768acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 11001111
Octal 166 212 317
Decimal 118 138 207
Hex 76 8A CF

RGB Percentages of Color #768acf

%25.49
%29.81
%44.71

CMYK Percentages of Color #768acf

%43
%33
%0
%19

Triadic Colors of #768acf

#768acf #cf768a #8acf76

Analogous Colors of #768acf

#768acf #8f76cf #76b7cf

Monochromatic Colors of #768acf

#768acf

Complementary Color

#768acf #cfbb76

#768acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#768acf Color CSS Codes

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

#768acf Text Font Color

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

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


#768acf Background Color

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

This div background color is #768acf


#768acf Border Color

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

This div border color is #768acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768acf


Comments

No comments written yet.

Please login to write comment.