Color Hex Logo

#f171eb Color Hex

#F171EB
(241,113,235)
0 Favorites   0 Comments

Color spaces of #f171eb

RGB 241113235
HSL0.840.820.69
HSV303°53°95°
CMYK 0.000.530.02   0.05
XYZ57.176236.509282.6307
Yxy36.50920.32430.2071
Hunter Lab60.422863.1689-38.7855
CIE-Lab66.907264.7223-39.4842

#f171eb color RGB value is (241,113,235).

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

The process color (four color CMYK) of #f171eb color hex is 0.00, 0.53, 0.02, 0.05. Web safe color of #f171eb is #ff66ff. Color #f171eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110001 11101011
Octal 361 161 353
Decimal 241 113 235
Hex F1 71 EB

RGB Percentages of Color #f171eb

%40.92
%19.19
%39.90

CMYK Percentages of Color #f171eb

%0
%53
%2
%5

Triadic Colors of #f171eb

#f171eb #ebf171 #71ebf1

Analogous Colors of #f171eb

#f171eb #f171ab #b771f1

Monochromatic Colors of #f171eb

#f171eb

Complementary Color

#f171eb #71f177

#f171eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f171eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f171eb Color CSS Codes

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

#f171eb Text Font Color

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

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


#f171eb Background Color

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

This div background color is #f171eb


#f171eb Border Color

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

This div border color is #f171eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f171eb


Comments

No comments written yet.

Please login to write comment.