Color Hex Logo

#f131da Color Hex

#F131DA
(241,49,218)
0 Favorites   0 Comments

Color spaces of #f131da

RGB 24149218
HSL0.850.870.57
HSV307°80°95°
CMYK 0.000.800.10   0.05
XYZ50.028825.959468.7035
Yxy25.95940.34580.1794
Hunter Lab50.950486.1082-44.2837
CIE-Lab57.998584.7458-43.9580

#f131da color RGB value is (241,49,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110001 11011010
Octal 361 61 332
Decimal 241 49 218
Hex F1 31 DA

RGB Percentages of Color #f131da

%47.44
%9.65
%42.91

CMYK Percentages of Color #f131da

%0
%80
%10
%5

Triadic Colors of #f131da

#f131da #daf131 #31daf1

Analogous Colors of #f131da

#f131da #f1317a #a831f1

Monochromatic Colors of #f131da

#f131da

Complementary Color

#f131da #31f148

#f131da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f131da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f131da Color CSS Codes

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

#f131da Text Font Color

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

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


#f131da Background Color

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

This div background color is #f131da


#f131da Border Color

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

This div border color is #f131da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f131da


Comments

No comments written yet.

Please login to write comment.