Color Hex Logo

#7681cc Color Hex

#7681CC
(118,129,204)
0 Favorites   0 Comments

Color spaces of #7681cc

RGB 118129204
HSL0.650.460.63
HSV232°42°80°
CMYK 0.420.370.00   0.20
XYZ26.220623.911760.3602
Yxy23.91170.23730.2164
Hunter Lab48.899610.1397-38.9561
CIE-Lab55.999315.1486-40.1593

#7681cc color RGB value is (118,129,204).

#7681cc hex color red value is 118, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7681cc hue: 0.65 , saturation: 0.46 and the lightness value of 7681cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000001 11001100
Octal 166 201 314
Decimal 118 129 204
Hex 76 81 CC

RGB Percentages of Color #7681cc

%26.16
%28.60
%45.23

CMYK Percentages of Color #7681cc

%42
%37
%0
%20

Triadic Colors of #7681cc

#7681cc #cc7681 #81cc76

Analogous Colors of #7681cc

#7681cc #9676cc #76accc

Monochromatic Colors of #7681cc

#7681cc

Complementary Color

#7681cc #ccc176

#7681cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7681cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7681cc Color CSS Codes

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

#7681cc Text Font Color

<p style="color:#7681cc">Text here</p>

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


#7681cc Background Color

<div style="background-color:#7681cc">
Div content here</div>

This div background color is #7681cc


#7681cc Border Color

<div style="border:3px solid #7681cc">
Div here</div>

This div border color is #7681cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,129,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7681cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7681cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7681cc;
  box-shadow:         1px 1px 3px 2px #7681cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7681cc


Comments

No comments written yet.

Please login to write comment.