Color Hex Logo

#f170ff Color Hex

#F170FF
(241,112,255)
0 Favorites   0 Comments

Color spaces of #f170ff

RGB 241112255
HSL0.821.000.72
HSV294°56°100°
CMYK 0.050.560.00   0.00
XYZ60.119837.509198.6791
Yxy37.50910.30630.1911
Hunter Lab61.244768.0433-52.6584
CIE-Lab67.657268.6117-49.3097

#f170ff color RGB value is (241,112,255).

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

The process color (four color CMYK) of #f170ff color hex is 0.05, 0.56, 0.00, 0.00. Web safe color of #f170ff is #ff66ff. Color #f170ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110000 11111111
Octal 361 160 377
Decimal 241 112 255
Hex F1 70 FF

RGB Percentages of Color #f170ff

%39.64
%18.42
%41.94

CMYK Percentages of Color #f170ff

%5
%56
%0
%0

Triadic Colors of #f170ff

#f170ff #fff170 #70fff1

Analogous Colors of #f170ff

#f170ff #ff70c6 #aa70ff

Monochromatic Colors of #f170ff

#f170ff

Complementary Color

#f170ff #7eff70

#f170ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f170ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f170ff Color CSS Codes

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

#f170ff Text Font Color

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

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


#f170ff Background Color

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

This div background color is #f170ff


#f170ff Border Color

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

This div border color is #f170ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f170ff

Related Colors


Comments

No comments written yet.

Please login to write comment.