Color Hex Logo

#f05eff Color Hex

#F05EFF
(240,94,255)
0 Favorites   0 Comments

Color spaces of #f05eff

RGB 24094255
HSL0.821.000.68
HSV294°63°100°
CMYK 0.060.630.00   0.00
XYZ57.987933.750798.0660
Yxy33.75070.30550.1778
Hunter Lab58.095476.5030-59.4158
CIE-Lab64.764275.9472-53.8961

#f05eff color RGB value is (240,94,255).

#f05eff hex color red value is 240, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f05eff hue: 0.82 , saturation: 1.00 and the lightness value of f05eff is 0.68.

The process color (four color CMYK) of #f05eff color hex is 0.06, 0.63, 0.00, 0.00. Web safe color of #f05eff is #ff66ff. Color #f05eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011110 11111111
Octal 360 136 377
Decimal 240 94 255
Hex F0 5E FF

RGB Percentages of Color #f05eff

%40.75
%15.96
%43.29

CMYK Percentages of Color #f05eff

%6
%63
%0
%0

Triadic Colors of #f05eff

#f05eff #fff05e #5efff0

Analogous Colors of #f05eff

#f05eff #ff5ebe #a05eff

Monochromatic Colors of #f05eff

#f05eff

Complementary Color

#f05eff #6dff5e

#f05eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05eff Color CSS Codes

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

#f05eff Text Font Color

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

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


#f05eff Background Color

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

This div background color is #f05eff


#f05eff Border Color

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

This div border color is #f05eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05eff

Related Colors


Comments

No comments written yet.

Please login to write comment.