Color Hex Logo

#f105ff Color Hex

#F105FF
(241,5,255)
0 Favorites   0 Comments

Color spaces of #f105ff

RGB 2415255
HSL0.821.000.51
HSV297°98°100°
CMYK 0.050.980.00   0.00
XYZ54.379926.029396.7658
Yxy26.02930.30690.1469
Hunter Lab51.0189100.9760-76.7400
CIE-Lab58.064995.8396-64.5893

#f105ff color RGB value is (241,5,255).

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

The process color (four color CMYK) of #f105ff color hex is 0.05, 0.98, 0.00, 0.00. Web safe color of #f105ff is #ff00ff. Color #f105ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000101 11111111
Octal 361 5 377
Decimal 241 5 255
Hex F1 5 FF

RGB Percentages of Color #f105ff

%48.10
%1.00
%50.90

CMYK Percentages of Color #f105ff

%5
%98
%0
%0

Triadic Colors of #f105ff

#f105ff #fff105 #05fff1

Analogous Colors of #f105ff

#f105ff #ff0590 #7405ff

Monochromatic Colors of #f105ff

#f105ff

Complementary Color

#f105ff #13ff05

#f105ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f105ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f105ff Color CSS Codes

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

#f105ff Text Font Color

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

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


#f105ff Background Color

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

This div background color is #f105ff


#f105ff Border Color

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

This div border color is #f105ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f105ff

Related Colors


Comments

No comments written yet.

Please login to write comment.