Color Hex Logo

#768eef Color Hex

#768EEF
(118,142,239)
0 Favorites   0 Comments

Color spaces of #768eef

RGB 118142239
HSL0.630.790.70
HSV228°51°94°
CMYK 0.510.410.00   0.06
XYZ32.724229.429585.6171
Yxy29.42950.22150.1992
Hunter Lab54.249012.7395-55.5987
CIE-Lab61.158817.8587-51.5669

#768eef color RGB value is (118,142,239).

#768eef hex color red value is 118, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #768eef hue: 0.63 , saturation: 0.79 and the lightness value of 768eef is 0.70.

The process color (four color CMYK) of #768eef color hex is 0.51, 0.41, 0.00, 0.06. Web safe color of #768eef is #6699ff. Color #768eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001110 11101111
Octal 166 216 357
Decimal 118 142 239
Hex 76 8E EF

RGB Percentages of Color #768eef

%23.65
%28.46
%47.90

CMYK Percentages of Color #768eef

%51
%41
%0
%6

Triadic Colors of #768eef

#768eef #ef768e #8eef76

Analogous Colors of #768eef

#768eef #9b76ef #76cbef

Monochromatic Colors of #768eef

#768eef

Complementary Color

#768eef #efd776

#768eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#768eef Color CSS Codes

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

#768eef Text Font Color

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

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


#768eef Background Color

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

This div background color is #768eef


#768eef Border Color

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

This div border color is #768eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768eef


Comments

No comments written yet.

Please login to write comment.