Color Hex Logo

#7682dc Color Hex

#7682DC
(118,130,220)
0 Favorites   0 Comments

Color spaces of #7682dc

RGB 118130220
HSL0.650.590.66
HSV233°46°86°
CMYK 0.460.410.00   0.14
XYZ28.372124.984171.0372
Yxy24.98410.22810.2008
Hunter Lab49.984113.8485-49.2738
CIE-Lab57.059919.2464-47.4970

#7682dc color RGB value is (118,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000010 11011100
Octal 166 202 334
Decimal 118 130 220
Hex 76 82 DC

RGB Percentages of Color #7682dc

%25.21
%27.78
%47.01

CMYK Percentages of Color #7682dc

%46
%41
%0
%14

Triadic Colors of #7682dc

#7682dc #dc7682 #82dc76

Analogous Colors of #7682dc

#7682dc #9d76dc #76b5dc

Monochromatic Colors of #7682dc

#7682dc

Complementary Color

#7682dc #dcd076

#7682dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7682dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7682dc Color CSS Codes

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

#7682dc Text Font Color

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

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


#7682dc Background Color

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

This div background color is #7682dc


#7682dc Border Color

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

This div border color is #7682dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7682dc


Comments

No comments written yet.

Please login to write comment.