Color Hex Logo

#768bec Color Hex

#768BEC
(118,139,236)
0 Favorites   0 Comments

Color spaces of #768bec

RGB 118139236
HSL0.640.760.69
HSV229°50°93°
CMYK 0.500.410.00   0.07
XYZ31.844228.372983.1550
Yxy28.37290.22210.1979
Hunter Lab53.266213.4970-55.2725
CIE-Lab60.224118.7177-51.3916

#768bec color RGB value is (118,139,236).

#768bec hex color red value is 118, green value is 139 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #768bec hue: 0.64 , saturation: 0.76 and the lightness value of 768bec is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001011 11101100
Octal 166 213 354
Decimal 118 139 236
Hex 76 8B EC

RGB Percentages of Color #768bec

%23.94
%28.19
%47.87

CMYK Percentages of Color #768bec

%50
%41
%0
%7

Triadic Colors of #768bec

#768bec #ec768b #8bec76

Analogous Colors of #768bec

#768bec #9c76ec #76c6ec

Monochromatic Colors of #768bec

#768bec

Complementary Color

#768bec #ecd776

#768bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#768bec Color CSS Codes

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

#768bec Text Font Color

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

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


#768bec Background Color

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

This div background color is #768bec


#768bec Border Color

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

This div border color is #768bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768bec


Comments

No comments written yet.

Please login to write comment.