Color Hex Logo

#7682fc Color Hex

#7682FC
(118,130,252)
0 Favorites   0 Comments

Color spaces of #7682fc

RGB 118130252
HSL0.650.960.73
HSV235°53°99°
CMYK 0.530.480.00   0.01
XYZ33.024526.845195.5365
Yxy26.84510.21250.1727
Hunter Lab51.812323.1023-73.0561
CIE-Lab58.830728.9626-62.4512

#7682fc color RGB value is (118,130,252).

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

The process color (four color CMYK) of #7682fc color hex is 0.53, 0.48, 0.00, 0.01. Web safe color of #7682fc is #6699ff. Color #7682fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000010 11111100
Octal 166 202 374
Decimal 118 130 252
Hex 76 82 FC

RGB Percentages of Color #7682fc

%23.60
%26.00
%50.40

CMYK Percentages of Color #7682fc

%53
%48
%0
%1

Triadic Colors of #7682fc

#7682fc #fc7682 #82fc76

Analogous Colors of #7682fc

#7682fc #ad76fc #76c5fc

Monochromatic Colors of #7682fc

#7682fc

Complementary Color

#7682fc #fcf076

#7682fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7682fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7682fc Color CSS Codes

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

#7682fc Text Font Color

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

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


#7682fc Background Color

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

This div background color is #7682fc


#7682fc Border Color

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

This div border color is #7682fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7682fc


Comments

No comments written yet.

Please login to write comment.