Color Hex Logo

#768beb Color Hex

#768BEB
(118,139,235)
0 Favorites   0 Comments

Color spaces of #768beb

RGB 118139235
HSL0.640.750.69
HSV229°50°92°
CMYK 0.500.410.00   0.08
XYZ31.699228.314982.3919
Yxy28.31490.22260.1988
Hunter Lab53.211713.2151-54.5551
CIE-Lab60.172218.4138-50.9203

#768beb color RGB value is (118,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001011 11101011
Octal 166 213 353
Decimal 118 139 235
Hex 76 8B EB

RGB Percentages of Color #768beb

%23.98
%28.25
%47.76

CMYK Percentages of Color #768beb

%50
%41
%0
%8

Triadic Colors of #768beb

#768beb #eb768b #8beb76

Analogous Colors of #768beb

#768beb #9c76eb #76c6eb

Monochromatic Colors of #768beb

#768beb

Complementary Color

#768beb #ebd676

#768beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#768beb Color CSS Codes

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

#768beb Text Font Color

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

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


#768beb Background Color

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

This div background color is #768beb


#768beb Border Color

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

This div border color is #768beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768beb


Comments

No comments written yet.

Please login to write comment.