Color Hex Logo

#f131df Color Hex

#F131DF
(241,49,223)
0 Favorites   0 Comments

Color spaces of #f131df

RGB 24149223
HSL0.850.870.57
HSV306°80°95°
CMYK 0.000.800.07   0.05
XYZ50.693226.225172.2022
Yxy26.22510.33990.1759
Hunter Lab51.210487.0788-47.7463
CIE-Lab58.250185.4405-46.3881

#f131df color RGB value is (241,49,223).

#f131df hex color red value is 241, green value is 49 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f131df hue: 0.85 , saturation: 0.87 and the lightness value of f131df is 0.57.

The process color (four color CMYK) of #f131df color hex is 0.00, 0.80, 0.07, 0.05. Web safe color of #f131df is #ff33cc. Color #f131df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110001 11011111
Octal 361 61 337
Decimal 241 49 223
Hex F1 31 DF

RGB Percentages of Color #f131df

%46.98
%9.55
%43.47

CMYK Percentages of Color #f131df

%0
%80
%7
%5

Triadic Colors of #f131df

#f131df #dff131 #31dff1

Analogous Colors of #f131df

#f131df #f1317f #a331f1

Monochromatic Colors of #f131df

#f131df

Complementary Color

#f131df #31f143

#f131df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f131df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f131df Color CSS Codes

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

#f131df Text Font Color

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

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


#f131df Background Color

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

This div background color is #f131df


#f131df Border Color

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

This div border color is #f131df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f131df


Comments

No comments written yet.

Please login to write comment.