Color Hex Logo

#7681db Color Hex

#7681DB
(118,129,219)
0 Favorites   0 Comments

Color spaces of #7681db

RGB 118129219
HSL0.650.580.66
HSV233°46°86°
CMYK 0.460.410.00   0.14
XYZ28.107724.666570.2975
Yxy24.66650.22840.2004
Hunter Lab49.665414.1061-49.1546
CIE-Lab56.749019.5453-47.4288

#7681db color RGB value is (118,129,219).

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

The process color (four color CMYK) of #7681db color hex is 0.46, 0.41, 0.00, 0.14. Web safe color of #7681db is #6699cc. Color #7681db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000001 11011011
Octal 166 201 333
Decimal 118 129 219
Hex 76 81 DB

RGB Percentages of Color #7681db

%25.32
%27.68
%47.00

CMYK Percentages of Color #7681db

%46
%41
%0
%14

Triadic Colors of #7681db

#7681db #db7681 #81db76

Analogous Colors of #7681db

#7681db #9e76db #76b4db

Monochromatic Colors of #7681db

#7681db

Complementary Color

#7681db #dbd076

#7681db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7681db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7681db Color CSS Codes

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

#7681db Text Font Color

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

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


#7681db Background Color

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

This div background color is #7681db


#7681db Border Color

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

This div border color is #7681db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7681db


Comments

No comments written yet.

Please login to write comment.