Color Hex Logo

#7681cb Color Hex

#7681CB
(118,129,203)
0 Favorites   0 Comments

Color spaces of #7681cb

RGB 118129203
HSL0.650.450.63
HSV232°42°80°
CMYK 0.420.360.00   0.20
XYZ26.101023.863959.7304
Yxy23.86390.23790.2175
Hunter Lab48.85079.8841-38.2992
CIE-Lab55.951314.8599-39.6686

#7681cb color RGB value is (118,129,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000001 11001011
Octal 166 201 313
Decimal 118 129 203
Hex 76 81 CB

RGB Percentages of Color #7681cb

%26.22
%28.67
%45.11

CMYK Percentages of Color #7681cb

%42
%36
%0
%20

Triadic Colors of #7681cb

#7681cb #cb7681 #81cb76

Analogous Colors of #7681cb

#7681cb #9676cb #76accb

Monochromatic Colors of #7681cb

#7681cb

Complementary Color

#7681cb #cbc076

#7681cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7681cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7681cb Color CSS Codes

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

#7681cb Text Font Color

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

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


#7681cb Background Color

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

This div background color is #7681cb


#7681cb Border Color

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

This div border color is #7681cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,129,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 #7681cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7681cb


Comments

No comments written yet.

Please login to write comment.