Color Hex Logo

#768bcd Color Hex

#768BCD
(118,139,205)
0 Favorites   0 Comments

Color spaces of #768bcd

RGB 118139205
HSL0.630.470.63
HSV226°42°80°
CMYK 0.420.320.00   0.20
XYZ27.723326.724661.4548
Yxy26.72460.23920.2306
Hunter Lab51.69585.2578-34.2955
CIE-Lab58.71859.5304-36.4581

#768bcd color RGB value is (118,139,205).

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

The process color (four color CMYK) of #768bcd color hex is 0.42, 0.32, 0.00, 0.20. Web safe color of #768bcd is #6699cc. Color #768bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001011 11001101
Octal 166 213 315
Decimal 118 139 205
Hex 76 8B CD

RGB Percentages of Color #768bcd

%25.54
%30.09
%44.37

CMYK Percentages of Color #768bcd

%42
%32
%0
%20

Triadic Colors of #768bcd

#768bcd #cd768b #8bcd76

Analogous Colors of #768bcd

#768bcd #8d76cd #76b7cd

Monochromatic Colors of #768bcd

#768bcd

Complementary Color

#768bcd #cdb876

#768bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#768bcd Color CSS Codes

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

#768bcd Text Font Color

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

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


#768bcd Background Color

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

This div background color is #768bcd


#768bcd Border Color

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

This div border color is #768bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768bcd


Comments

No comments written yet.

Please login to write comment.