Color Hex Logo

#4f0eff Color Hex

#4F0EFF
(79,14,255)
0 Favorites   0 Comments

Color spaces of #4f0eff

RGB 7914255
HSL0.711.000.53
HSV256°95°100°
CMYK 0.690.950.00   0.00
XYZ21.43159.196395.2532
Yxy9.19630.17030.0731
Hunter Lab30.325473.0797-165.0043
CIE-Lab36.359578.6400-101.0051

#4f0eff color RGB value is (79,14,255).

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

The process color (four color CMYK) of #4f0eff color hex is 0.69, 0.95, 0.00, 0.00. Web safe color of #4f0eff is #6600ff. Color #4f0eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00001110 11111111
Octal 117 16 377
Decimal 79 14 255
Hex 4F E FF

RGB Percentages of Color #4f0eff

%22.70
%4.02
%73.28

CMYK Percentages of Color #4f0eff

%69
%95
%0
%0

Triadic Colors of #4f0eff

#4f0eff #ff4f0e #0eff4f

Analogous Colors of #4f0eff

#4f0eff #c80eff #0e46ff

Monochromatic Colors of #4f0eff

#4f0eff

Complementary Color

#4f0eff #beff0e

#4f0eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f0eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f0eff Color CSS Codes

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

#4f0eff Text Font Color

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

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


#4f0eff Background Color

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

This div background color is #4f0eff


#4f0eff Border Color

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

This div border color is #4f0eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f0eff


Comments

No comments written yet.

Please login to write comment.