Color Hex Logo

#7479fe Color Hex

#7479FE
(116,121,254)
0 Favorites   0 Comments

Color spaces of #7479fe

RGB 116121254
HSL0.660.990.73
HSV238°54°100°
CMYK 0.540.520.00   0.00
XYZ31.929224.543596.8204
Yxy24.54350.20830.1601
Hunter Lab49.541428.3450-81.1934
CIE-Lab56.627934.5275-67.1029

#7479fe color RGB value is (116,121,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111001 11111110
Octal 164 171 376
Decimal 116 121 254
Hex 74 79 FE

RGB Percentages of Color #7479fe

%23.63
%24.64
%51.73

CMYK Percentages of Color #7479fe

%54
%52
%0
%0

Triadic Colors of #7479fe

#7479fe #fe7479 #79fe74

Analogous Colors of #7479fe

#7479fe #b474fe #74befe

Monochromatic Colors of #7479fe

#7479fe

Complementary Color

#7479fe #fef974

#7479fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7479fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7479fe Color CSS Codes

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

#7479fe Text Font Color

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

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


#7479fe Background Color

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

This div background color is #7479fe


#7479fe Border Color

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

This div border color is #7479fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7479fe


Comments

No comments written yet.

Please login to write comment.