Color Hex Logo

#f131ae Color Hex

#F131AE
(241,49,174)
0 Favorites   0 Comments

Color spaces of #f131ae

RGB 24149174
HSL0.890.870.57
HSV321°80°95°
CMYK 0.000.800.28   0.05
XYZ45.013923.953442.2954
Yxy23.95340.40460.2153
Hunter Lab48.942278.5240-16.9783
CIE-Lab56.041179.2160-21.7200

#f131ae color RGB value is (241,49,174).

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

The process color (four color CMYK) of #f131ae color hex is 0.00, 0.80, 0.28, 0.05. Web safe color of #f131ae is #ff3399. Color #f131ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110001 10101110
Octal 361 61 256
Decimal 241 49 174
Hex F1 31 AE

RGB Percentages of Color #f131ae

%51.94
%10.56
%37.50

CMYK Percentages of Color #f131ae

%0
%80
%28
%5

Triadic Colors of #f131ae

#f131ae #aef131 #31aef1

Analogous Colors of #f131ae

#f131ae #f1314e #d431f1

Monochromatic Colors of #f131ae

#f131ae

Complementary Color

#f131ae #31f174

#f131ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f131ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f131ae Color CSS Codes

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

#f131ae Text Font Color

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

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


#f131ae Background Color

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

This div background color is #f131ae


#f131ae Border Color

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

This div border color is #f131ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f131ae


Comments

No comments written yet.

Please login to write comment.