Color Hex Logo

#7680cb Color Hex

#7680CB
(118,128,203)
0 Favorites   0 Comments

Color spaces of #7680cb

RGB 118128203
HSL0.650.450.63
HSV233°42°80°
CMYK 0.420.370.00   0.20
XYZ25.969923.601759.6867
Yxy23.60170.23770.2160
Hunter Lab48.581610.4017-38.8358
CIE-Lab55.686815.4549-40.0847

#7680cb color RGB value is (118,128,203).

#7680cb hex color red value is 118, green value is 128 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7680cb hue: 0.65 , saturation: 0.45 and the lightness value of 7680cb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 11001011
Octal 166 200 313
Decimal 118 128 203
Hex 76 80 CB

RGB Percentages of Color #7680cb

%26.28
%28.51
%45.21

CMYK Percentages of Color #7680cb

%42
%37
%0
%20

Triadic Colors of #7680cb

#7680cb #cb7680 #80cb76

Analogous Colors of #7680cb

#7680cb #9776cb #76abcb

Monochromatic Colors of #7680cb

#7680cb

Complementary Color

#7680cb #cbc176

#7680cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7680cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7680cb Color CSS Codes

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

#7680cb Text Font Color

<p style="color:#7680cb">Text here</p>

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


#7680cb Background Color

<div style="background-color:#7680cb">
Div content here</div>

This div background color is #7680cb


#7680cb Border Color

<div style="border:3px solid #7680cb">
Div here</div>

This div border color is #7680cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,128,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7680cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7680cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7680cb;
  box-shadow:         1px 1px 3px 2px #7680cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7680cb


Comments

No comments written yet.

Please login to write comment.