Color Hex Logo

#4f7eff Color Hex

#4F7EFF
(79,126,255)
0 Favorites   0 Comments

Color spaces of #4f7eff

RGB 79126255
HSL0.621.000.65
HSV224°69°100°
CMYK 0.690.510.00   0.00
XYZ28.735323.804097.6879
Yxy23.80400.19130.1585
Hunter Lab48.789319.7492-84.5602
CIE-Lab55.891025.7047-68.9461

#4f7eff color RGB value is (79,126,255).

#4f7eff hex color red value is 79, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4f7eff hue: 0.62 , saturation: 1.00 and the lightness value of 4f7eff is 0.65.

The process color (four color CMYK) of #4f7eff color hex is 0.69, 0.51, 0.00, 0.00. Web safe color of #4f7eff is #6666ff. Color #4f7eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01111110 11111111
Octal 117 176 377
Decimal 79 126 255
Hex 4F 7E FF

RGB Percentages of Color #4f7eff

%17.17
%27.39
%55.43

CMYK Percentages of Color #4f7eff

%69
%51
%0
%0

Triadic Colors of #4f7eff

#4f7eff #ff4f7e #7eff4f

Analogous Colors of #4f7eff

#4f7eff #784fff #4fd6ff

Monochromatic Colors of #4f7eff

#4f7eff

Complementary Color

#4f7eff #ffd04f

#4f7eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f7eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f7eff Color CSS Codes

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

#4f7eff Text Font Color

<p style="color:#4f7eff">Text here</p>

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


#4f7eff Background Color

<div style="background-color:#4f7eff">
Div content here</div>

This div background color is #4f7eff


#4f7eff Border Color

<div style="border:3px solid #4f7eff">
Div here</div>

This div border color is #4f7eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,126,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f7eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f7eff;
  -webkit-box-shadow: 1px 1px 3px 2px #4f7eff;
  box-shadow:         1px 1px 3px 2px #4f7eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,126,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 #4f7eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f7eff


Comments

No comments written yet.

Please login to write comment.