Color Hex Logo

#f14baf Color Hex

#F14BAF
(241,75,175)
0 Favorites   0 Comments

Color spaces of #f14baf

RGB 24175175
HSL0.900.860.62
HSV324°69°95°
CMYK 0.000.690.27   0.05
XYZ46.529626.828143.2834
Yxy26.82810.39890.2300
Hunter Lab51.795869.7086-13.2888
CIE-Lab58.814971.5863-18.0652

#f14baf color RGB value is (241,75,175).

#f14baf hex color red value is 241, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f14baf hue: 0.90 , saturation: 0.86 and the lightness value of f14baf is 0.62.

The process color (four color CMYK) of #f14baf color hex is 0.00, 0.69, 0.27, 0.05. Web safe color of #f14baf is #ff3399. Color #f14baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001011 10101111
Octal 361 113 257
Decimal 241 75 175
Hex F1 4B AF

RGB Percentages of Color #f14baf

%49.08
%15.27
%35.64

CMYK Percentages of Color #f14baf

%0
%69
%27
%5

Triadic Colors of #f14baf

#f14baf #aff14b #4baff1

Analogous Colors of #f14baf

#f14baf #f14b5c #e04bf1

Monochromatic Colors of #f14baf

#f14baf

Complementary Color

#f14baf #4bf18d

#f14baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14baf Color CSS Codes

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

#f14baf Text Font Color

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

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


#f14baf Background Color

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

This div background color is #f14baf


#f14baf Border Color

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

This div border color is #f14baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14baf


Comments

No comments written yet.

Please login to write comment.