Color Hex Logo

#768bee Color Hex

#768BEE
(118,139,238)
0 Favorites   0 Comments

Color spaces of #768bee

RGB 118139238
HSL0.640.780.70
HSV230°50°93°
CMYK 0.500.420.00   0.07
XYZ32.136428.489884.6942
Yxy28.48980.22110.1960
Hunter Lab53.375814.0631-56.7154
CIE-Lab60.328719.3260-52.3325

#768bee color RGB value is (118,139,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001011 11101110
Octal 166 213 356
Decimal 118 139 238
Hex 76 8B EE

RGB Percentages of Color #768bee

%23.84
%28.08
%48.08

CMYK Percentages of Color #768bee

%50
%42
%0
%7

Triadic Colors of #768bee

#768bee #ee768b #8bee76

Analogous Colors of #768bee

#768bee #9d76ee #76c7ee

Monochromatic Colors of #768bee

#768bee

Complementary Color

#768bee #eed976

#768bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#768bee Color CSS Codes

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

#768bee Text Font Color

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

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


#768bee Background Color

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

This div background color is #768bee


#768bee Border Color

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

This div border color is #768bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768bee


Comments

No comments written yet.

Please login to write comment.