Color Hex Logo

#7982f5 Color Hex

#7982F5
(121,130,245)
0 Favorites   0 Comments

Color spaces of #7982f5

RGB 121130245
HSL0.650.860.72
HSV236°51°96°
CMYK 0.510.470.00   0.04
XYZ32.349226.622889.8199
Yxy26.62280.21740.1789
Hunter Lab51.597321.6163-67.0932
CIE-Lab58.623527.4429-58.9105

#7982f5 color RGB value is (121,130,245).

#7982f5 hex color red value is 121, green value is 130 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #7982f5 hue: 0.65 , saturation: 0.86 and the lightness value of 7982f5 is 0.72.

The process color (four color CMYK) of #7982f5 color hex is 0.51, 0.47, 0.00, 0.04. Web safe color of #7982f5 is #6699ff. Color #7982f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000010 11110101
Octal 171 202 365
Decimal 121 130 245
Hex 79 82 F5

RGB Percentages of Color #7982f5

%24.40
%26.21
%49.40

CMYK Percentages of Color #7982f5

%51
%47
%0
%4

Triadic Colors of #7982f5

#7982f5 #f57982 #82f579

Analogous Colors of #7982f5

#7982f5 #ae79f5 #79c0f5

Monochromatic Colors of #7982f5

#7982f5

Complementary Color

#7982f5 #f5ec79

#7982f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7982f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7982f5 Color CSS Codes

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

#7982f5 Text Font Color

<p style="color:#7982f5">Text here</p>

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


#7982f5 Background Color

<div style="background-color:#7982f5">
Div content here</div>

This div background color is #7982f5


#7982f5 Border Color

<div style="border:3px solid #7982f5">
Div here</div>

This div border color is #7982f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,130,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7982f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7982f5;
  -webkit-box-shadow: 1px 1px 3px 2px #7982f5;
  box-shadow:         1px 1px 3px 2px #7982f5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7982f5


Comments

No comments written yet.

Please login to write comment.