Color Hex Logo

#768ecf Color Hex

#768ECF
(118,142,207)
0 Favorites   0 Comments

Color spaces of #768ecf

RGB 118142207
HSL0.620.480.64
HSV224°43°81°
CMYK 0.430.310.00   0.19
XYZ28.406727.702562.8814
Yxy27.70250.23870.2328
Hunter Lab52.63324.2304-33.9912
CIE-Lab59.61908.3517-36.1747

#768ecf color RGB value is (118,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001110 11001111
Octal 166 216 317
Decimal 118 142 207
Hex 76 8E CF

RGB Percentages of Color #768ecf

%25.27
%30.41
%44.33

CMYK Percentages of Color #768ecf

%43
%31
%0
%19

Triadic Colors of #768ecf

#768ecf #cf768e #8ecf76

Analogous Colors of #768ecf

#768ecf #8b76cf #76bbcf

Monochromatic Colors of #768ecf

#768ecf

Complementary Color

#768ecf #cfb776

#768ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#768ecf Color CSS Codes

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

#768ecf Text Font Color

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

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


#768ecf Background Color

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

This div background color is #768ecf


#768ecf Border Color

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

This div border color is #768ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768ecf


Comments

No comments written yet.

Please login to write comment.