Color Hex Logo

#768ace Color Hex

#768ACE
(118,138,206)
0 Favorites   0 Comments

Color spaces of #768ace

RGB 118138206
HSL0.630.470.64
HSV226°43°81°
CMYK 0.430.330.00   0.19
XYZ27.700326.484762.0446
Yxy26.48470.23830.2279
Hunter Lab51.46336.0175-35.4563
CIE-Lab58.494310.4053-37.3718

#768ace color RGB value is (118,138,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 11001110
Octal 166 212 316
Decimal 118 138 206
Hex 76 8A CE

RGB Percentages of Color #768ace

%25.54
%29.87
%44.59

CMYK Percentages of Color #768ace

%43
%33
%0
%19

Triadic Colors of #768ace

#768ace #ce768a #8ace76

Analogous Colors of #768ace

#768ace #8e76ce #76b6ce

Monochromatic Colors of #768ace

#768ace

Complementary Color

#768ace #ceba76

#768ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#768ace Color CSS Codes

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

#768ace Text Font Color

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

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


#768ace Background Color

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

This div background color is #768ace


#768ace Border Color

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

This div border color is #768ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768ace


Comments

No comments written yet.

Please login to write comment.