Color Hex Logo

#7682cf Color Hex

#7682CF
(118,130,207)
0 Favorites   0 Comments

Color spaces of #7682cf

RGB 118130207
HSL0.640.480.64
HSV232°43°81°
CMYK 0.430.370.00   0.19
XYZ26.716324.321862.3180
Yxy24.32180.23570.2146
Hunter Lab49.317110.3928-40.3979
CIE-Lab56.408615.4228-41.2111

#7682cf color RGB value is (118,130,207).

#7682cf hex color red value is 118, green value is 130 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7682cf hue: 0.64 , saturation: 0.48 and the lightness value of 7682cf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000010 11001111
Octal 166 202 317
Decimal 118 130 207
Hex 76 82 CF

RGB Percentages of Color #7682cf

%25.93
%28.57
%45.49

CMYK Percentages of Color #7682cf

%43
%37
%0
%19

Triadic Colors of #7682cf

#7682cf #cf7682 #82cf76

Analogous Colors of #7682cf

#7682cf #9776cf #76afcf

Monochromatic Colors of #7682cf

#7682cf

Complementary Color

#7682cf #cfc376

#7682cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7682cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7682cf Color CSS Codes

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

#7682cf Text Font Color

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

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


#7682cf Background Color

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

This div background color is #7682cf


#7682cf Border Color

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

This div border color is #7682cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7682cf


Comments

No comments written yet.

Please login to write comment.