Color Hex Logo

#768afe Color Hex

#768AFE
(118,138,254)
0 Favorites   0 Comments

Color spaces of #768afe

RGB 118138254
HSL0.640.990.73
HSV231°54°100°
CMYK 0.540.460.00   0.00
XYZ34.449129.184397.5834
Yxy29.18430.21370.1810
Hunter Lab54.022519.2866-69.2826
CIE-Lab60.943924.8371-60.1654

#768afe color RGB value is (118,138,254).

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

The process color (four color CMYK) of #768afe color hex is 0.54, 0.46, 0.00, 0.00. Web safe color of #768afe is #6699ff. Color #768afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 11111110
Octal 166 212 376
Decimal 118 138 254
Hex 76 8A FE

RGB Percentages of Color #768afe

%23.14
%27.06
%49.80

CMYK Percentages of Color #768afe

%54
%46
%0
%0

Triadic Colors of #768afe

#768afe #fe768a #8afe76

Analogous Colors of #768afe

#768afe #a676fe #76cefe

Monochromatic Colors of #768afe

#768afe

Complementary Color

#768afe #feea76

#768afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#768afe Color CSS Codes

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

#768afe Text Font Color

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

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


#768afe Background Color

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

This div background color is #768afe


#768afe Border Color

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

This div border color is #768afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768afe


Comments

No comments written yet.

Please login to write comment.