Color Hex Logo

#f181fc Color Hex

#F181FC
(241,129,252)
0 Favorites   0 Comments

Color spaces of #f181fc

RGB 241129252
HSL0.820.950.75
HSV295°49°99°
CMYK 0.040.490.00   0.01
XYZ61.696641.429696.8404
Yxy41.42960.30850.2072
Hunter Lab64.365858.4575-44.1476
CIE-Lab70.475960.1825-43.2404

#f181fc color RGB value is (241,129,252).

#f181fc hex color red value is 241, green value is 129 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f181fc hue: 0.82 , saturation: 0.95 and the lightness value of f181fc is 0.75.

The process color (four color CMYK) of #f181fc color hex is 0.04, 0.49, 0.00, 0.01. Web safe color of #f181fc is #ff99ff. Color #f181fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000001 11111100
Octal 361 201 374
Decimal 241 129 252
Hex F1 81 FC

RGB Percentages of Color #f181fc

%38.75
%20.74
%40.51

CMYK Percentages of Color #f181fc

%4
%49
%0
%1

Triadic Colors of #f181fc

#f181fc #fcf181 #81fcf1

Analogous Colors of #f181fc

#f181fc #fc81ca #b481fc

Monochromatic Colors of #f181fc

#f181fc

Complementary Color

#f181fc #8cfc81

#f181fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f181fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f181fc Color CSS Codes

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

#f181fc Text Font Color

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

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


#f181fc Background Color

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

This div background color is #f181fc


#f181fc Border Color

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

This div border color is #f181fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f181fc


Comments

No comments written yet.

Please login to write comment.