Color Hex Logo

#7479ff Color Hex

#7479FF
(116,121,255)
0 Favorites   0 Comments

Color spaces of #7479ff

RGB 116121255
HSL0.661.000.73
HSV238°55°100°
CMYK 0.550.530.00   0.00
XYZ32.089824.607797.6662
Yxy24.60770.20790.1594
Hunter Lab49.606128.6594-82.0078
CIE-Lab56.691234.8365-67.5523

#7479ff color RGB value is (116,121,255).

#7479ff hex color red value is 116, green value is 121 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7479ff hue: 0.66 , saturation: 1.00 and the lightness value of 7479ff is 0.73.

The process color (four color CMYK) of #7479ff color hex is 0.55, 0.53, 0.00, 0.00. Web safe color of #7479ff is #6666ff. Color #7479ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111001 11111111
Octal 164 171 377
Decimal 116 121 255
Hex 74 79 FF

RGB Percentages of Color #7479ff

%23.58
%24.59
%51.83

CMYK Percentages of Color #7479ff

%55
%53
%0
%0

Triadic Colors of #7479ff

#7479ff #ff7479 #79ff74

Analogous Colors of #7479ff

#7479ff #b574ff #74bfff

Monochromatic Colors of #7479ff

#7479ff

Complementary Color

#7479ff #fffa74

#7479ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7479ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7479ff Color CSS Codes

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

#7479ff Text Font Color

<p style="color:#7479ff">Text here</p>

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


#7479ff Background Color

<div style="background-color:#7479ff">
Div content here</div>

This div background color is #7479ff


#7479ff Border Color

<div style="border:3px solid #7479ff">
Div here</div>

This div border color is #7479ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,121,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7479ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7479ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7479ff;
  box-shadow:         1px 1px 3px 2px #7479ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7479ff

Related Colors


Comments

No comments written yet.

Please login to write comment.