Color Hex Logo

#7682db Color Hex

#7682DB
(118,130,219)
0 Favorites   0 Comments

Color spaces of #7682db

RGB 118130219
HSL0.650.580.66
HSV233°46°86°
CMYK 0.460.410.00   0.14
XYZ28.240024.931370.3416
Yxy24.93130.22860.2019
Hunter Lab49.931313.5759-48.5740
CIE-Lab57.008418.9490-47.0177

#7682db color RGB value is (118,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000010 11011011
Octal 166 202 333
Decimal 118 130 219
Hex 76 82 DB

RGB Percentages of Color #7682db

%25.27
%27.84
%46.90

CMYK Percentages of Color #7682db

%46
%41
%0
%14

Triadic Colors of #7682db

#7682db #db7682 #82db76

Analogous Colors of #7682db

#7682db #9d76db #76b5db

Monochromatic Colors of #7682db

#7682db

Complementary Color

#7682db #dbcf76

#7682db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7682db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7682db Color CSS Codes

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

#7682db Text Font Color

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

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


#7682db Background Color

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

This div background color is #7682db


#7682db Border Color

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

This div border color is #7682db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7682db


Comments

No comments written yet.

Please login to write comment.