Color Hex Logo

#f114ab Color Hex

#F114AB
(241,20,171)
0 Favorites   0 Comments

Color spaces of #f114ab

RGB 24120171
HSL0.890.890.51
HSV319°92°95°
CMYK 0.000.920.29   0.05
XYZ43.876522.141440.4892
Yxy22.14140.41200.2079
Hunter Lab47.054684.0982-18.0791
CIE-Lab54.176783.9415-22.8269

#f114ab color RGB value is (241,20,171).

#f114ab hex color red value is 241, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f114ab hue: 0.89 , saturation: 0.89 and the lightness value of f114ab is 0.51.

The process color (four color CMYK) of #f114ab color hex is 0.00, 0.92, 0.29, 0.05. Web safe color of #f114ab is #ff0099. Color #f114ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010100 10101011
Octal 361 24 253
Decimal 241 20 171
Hex F1 14 AB

RGB Percentages of Color #f114ab

%55.79
%4.63
%39.58

CMYK Percentages of Color #f114ab

%0
%92
%29
%5

Triadic Colors of #f114ab

#f114ab #abf114 #14abf1

Analogous Colors of #f114ab

#f114ab #f1143d #c914f1

Monochromatic Colors of #f114ab

#f114ab

Complementary Color

#f114ab #14f15a

#f114ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f114ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f114ab Color CSS Codes

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

#f114ab Text Font Color

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

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


#f114ab Background Color

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

This div background color is #f114ab


#f114ab Border Color

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

This div border color is #f114ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f114ab


Comments

No comments written yet.

Please login to write comment.