Color Hex Logo

#f170ef Color Hex

#F170EF
(241,112,239)
0 Favorites   0 Comments

Color spaces of #f170ef

RGB 241112239
HSL0.840.820.69
HSV301°54°95°
CMYK 0.000.540.01   0.05
XYZ57.649836.521185.6722
Yxy36.52110.32060.2031
Hunter Lab60.432764.5230-41.7494
CIE-Lab66.916265.8457-41.6800

#f170ef color RGB value is (241,112,239).

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

The process color (four color CMYK) of #f170ef color hex is 0.00, 0.54, 0.01, 0.05. Web safe color of #f170ef is #ff66ff. Color #f170ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110000 11101111
Octal 361 160 357
Decimal 241 112 239
Hex F1 70 EF

RGB Percentages of Color #f170ef

%40.71
%18.92
%40.37

CMYK Percentages of Color #f170ef

%0
%54
%1
%5

Triadic Colors of #f170ef

#f170ef #eff170 #70eff1

Analogous Colors of #f170ef

#f170ef #f170af #b370f1

Monochromatic Colors of #f170ef

#f170ef

Complementary Color

#f170ef #70f172

#f170ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f170ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f170ef Color CSS Codes

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

#f170ef Text Font Color

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

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


#f170ef Background Color

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

This div background color is #f170ef


#f170ef Border Color

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

This div border color is #f170ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,112,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f170ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f170ef

Related Colors


Comments

No comments written yet.

Please login to write comment.