Color Hex Logo

#7681ce Color Hex

#7681CE
(118,129,206)
0 Favorites   0 Comments

Color spaces of #7681ce

RGB 118129206
HSL0.650.470.64
HSV233°43°81°
CMYK 0.430.370.00   0.19
XYZ26.462024.008361.6319
Yxy24.00830.23610.2142
Hunter Lab48.998310.6537-40.2785
CIE-Lab56.096115.7271-41.1381

#7681ce color RGB value is (118,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000001 11001110
Octal 166 201 316
Decimal 118 129 206
Hex 76 81 CE

RGB Percentages of Color #7681ce

%26.05
%28.48
%45.47

CMYK Percentages of Color #7681ce

%43
%37
%0
%19

Triadic Colors of #7681ce

#7681ce #ce7681 #81ce76

Analogous Colors of #7681ce

#7681ce #9776ce #76adce

Monochromatic Colors of #7681ce

#7681ce

Complementary Color

#7681ce #cec376

#7681ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7681ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7681ce Color CSS Codes

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

#7681ce Text Font Color

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

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


#7681ce Background Color

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

This div background color is #7681ce


#7681ce Border Color

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

This div border color is #7681ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7681ce

#7681ce Color Palettes


Comments

No comments written yet.

Please login to write comment.