Color Hex Logo

#768fef Color Hex

#768FEF
(118,143,239)
0 Favorites   0 Comments

Color spaces of #768fef

RGB 118143239
HSL0.630.790.70
HSV228°51°94°
CMYK 0.510.400.00   0.06
XYZ32.873729.728585.6669
Yxy29.72850.22170.2005
Hunter Lab54.523812.2051-54.9887
CIE-Lab61.419317.2691-51.1536

#768fef color RGB value is (118,143,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001111 11101111
Octal 166 217 357
Decimal 118 143 239
Hex 76 8F EF

RGB Percentages of Color #768fef

%23.60
%28.60
%47.80

CMYK Percentages of Color #768fef

%51
%40
%0
%6

Triadic Colors of #768fef

#768fef #ef768f #8fef76

Analogous Colors of #768fef

#768fef #9a76ef #76ccef

Monochromatic Colors of #768fef

#768fef

Complementary Color

#768fef #efd676

#768fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#768fef Color CSS Codes

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

#768fef Text Font Color

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

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


#768fef Background Color

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

This div background color is #768fef


#768fef Border Color

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

This div border color is #768fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768fef


Comments

No comments written yet.

Please login to write comment.