Color Hex Logo

#7460fa Color Hex

#7460FA
(116,96,250)
0 Favorites   0 Comments

Color spaces of #7460fa

RGB 11696250
HSL0.690.940.68
HSV248°62°98°
CMYK 0.540.620.00   0.02
XYZ28.640618.980992.5966
Yxy18.98090.20430.1354
Hunter Lab43.567141.1019-95.5168
CIE-Lab50.664947.8622-74.5457

#7460fa color RGB value is (116,96,250).

#7460fa hex color red value is 116, green value is 96 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7460fa hue: 0.69 , saturation: 0.94 and the lightness value of 7460fa is 0.68.

The process color (four color CMYK) of #7460fa color hex is 0.54, 0.62, 0.00, 0.02. Web safe color of #7460fa is #6666ff. Color #7460fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 11111010
Octal 164 140 372
Decimal 116 96 250
Hex 74 60 FA

RGB Percentages of Color #7460fa

%25.11
%20.78
%54.11

CMYK Percentages of Color #7460fa

%54
%62
%0
%2

Triadic Colors of #7460fa

#7460fa #fa7460 #60fa74

Analogous Colors of #7460fa

#7460fa #c160fa #6099fa

Monochromatic Colors of #7460fa

#7460fa

Complementary Color

#7460fa #e6fa60

#7460fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7460fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7460fa Color CSS Codes

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

#7460fa Text Font Color

<p style="color:#7460fa">Text here</p>

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


#7460fa Background Color

<div style="background-color:#7460fa">
Div content here</div>

This div background color is #7460fa


#7460fa Border Color

<div style="border:3px solid #7460fa">
Div here</div>

This div border color is #7460fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,96,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7460fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7460fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7460fa;
  box-shadow:         1px 1px 3px 2px #7460fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,96,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7460fa

Related Colors


Comments

No comments written yet.

Please login to write comment.