Color Hex Logo

#768cbf Color Hex

#768CBF
(118,140,191)
0 Favorites   0 Comments

Color spaces of #768cbf

RGB 118140191
HSL0.620.360.61
HSV222°38°75°
CMYK 0.380.270.00   0.25
XYZ26.253326.369352.9963
Yxy26.36930.24860.2497
Hunter Lab51.35101.3941-25.2439
CIE-Lab58.38594.9965-29.0712

#768cbf color RGB value is (118,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 10111111
Octal 166 214 277
Decimal 118 140 191
Hex 76 8C BF

RGB Percentages of Color #768cbf

%26.28
%31.18
%42.54

CMYK Percentages of Color #768cbf

%38
%27
%0
%25

Triadic Colors of #768cbf

#768cbf #bf768c #8cbf76

Analogous Colors of #768cbf

#768cbf #8576bf #76b1bf

Monochromatic Colors of #768cbf

#768cbf

Complementary Color

#768cbf #bfa976

#768cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#768cbf Color CSS Codes

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

#768cbf Text Font Color

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

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


#768cbf Background Color

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

This div background color is #768cbf


#768cbf Border Color

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

This div border color is #768cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768cbf


Comments

No comments written yet.

Please login to write comment.