Color Hex Logo

#f05fff Color Hex

#F05FFF
(240,95,255)
0 Favorites   0 Comments

Color spaces of #f05fff

RGB 24095255
HSL0.821.000.69
HSV294°63°100°
CMYK 0.060.630.00   0.00
XYZ58.077433.929798.0958
Yxy33.92970.30550.1785
Hunter Lab58.249276.0374-59.0741
CIE-Lab64.906775.5509-53.6699

#f05fff color RGB value is (240,95,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011111 11111111
Octal 360 137 377
Decimal 240 95 255
Hex F0 5F FF

RGB Percentages of Color #f05fff

%40.68
%16.10
%43.22

CMYK Percentages of Color #f05fff

%6
%63
%0
%0

Triadic Colors of #f05fff

#f05fff #fff05f #5ffff0

Analogous Colors of #f05fff

#f05fff #ff5fbe #a05fff

Monochromatic Colors of #f05fff

#f05fff

Complementary Color

#f05fff #6eff5f

#f05fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05fff Color CSS Codes

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

#f05fff Text Font Color

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

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


#f05fff Background Color

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

This div background color is #f05fff


#f05fff Border Color

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

This div border color is #f05fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05fff

Related Colors


Comments

No comments written yet.

Please login to write comment.