Color Hex Logo

#768bdd Color Hex

#768BDD
(118,139,221)
0 Favorites   0 Comments

Color spaces of #768bdd

RGB 118139221
HSL0.630.600.66
HSV228°47°87°
CMYK 0.470.370.00   0.13
XYZ29.755027.537272.1536
Yxy27.53720.22990.2127
Hunter Lab52.47599.3806-44.7898
CIE-Lab59.468314.2088-44.2486

#768bdd color RGB value is (118,139,221).

#768bdd hex color red value is 118, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #768bdd hue: 0.63 , saturation: 0.60 and the lightness value of 768bdd is 0.66.

The process color (four color CMYK) of #768bdd color hex is 0.47, 0.37, 0.00, 0.13. Web safe color of #768bdd is #6699cc. Color #768bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001011 11011101
Octal 166 213 335
Decimal 118 139 221
Hex 76 8B DD

RGB Percentages of Color #768bdd

%24.69
%29.08
%46.23

CMYK Percentages of Color #768bdd

%47
%37
%0
%13

Triadic Colors of #768bdd

#768bdd #dd768b #8bdd76

Analogous Colors of #768bdd

#768bdd #9576dd #76bfdd

Monochromatic Colors of #768bdd

#768bdd

Complementary Color

#768bdd #ddc876

#768bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#768bdd Color CSS Codes

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

#768bdd Text Font Color

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

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


#768bdd Background Color

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

This div background color is #768bdd


#768bdd Border Color

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

This div border color is #768bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768bdd


Comments

No comments written yet.

Please login to write comment.