Color Hex Logo

#f14c8f Color Hex

#F14C8F
(241,76,143)
0 Favorites   0 Comments

Color spaces of #f14c8f

RGB 24176143
HSL0.930.850.62
HSV336°68°95°
CMYK 0.000.680.41   0.05
XYZ43.818025.852828.6672
Yxy25.85280.44560.2629
Hunter Lab50.845664.84872.1638
CIE-Lab57.897167.7337-0.7766

#f14c8f color RGB value is (241,76,143).

#f14c8f hex color red value is 241, green value is 76 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f14c8f hue: 0.93 , saturation: 0.85 and the lightness value of f14c8f is 0.62.

The process color (four color CMYK) of #f14c8f color hex is 0.00, 0.68, 0.41, 0.05. Web safe color of #f14c8f is #ff3399. Color #f14c8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001100 10001111
Octal 361 114 217
Decimal 241 76 143
Hex F1 4C 8F

RGB Percentages of Color #f14c8f

%52.39
%16.52
%31.09

CMYK Percentages of Color #f14c8f

%0
%68
%41
%5

Triadic Colors of #f14c8f

#f14c8f #8ff14c #4c8ff1

Analogous Colors of #f14c8f

#f14c8f #f15c4c #f14ce2

Monochromatic Colors of #f14c8f

#f14c8f

Complementary Color

#f14c8f #4cf1ae

#f14c8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14c8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14c8f Color CSS Codes

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

#f14c8f Text Font Color

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

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


#f14c8f Background Color

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

This div background color is #f14c8f


#f14c8f Border Color

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

This div border color is #f14c8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14c8f


Comments

No comments written yet.

Please login to write comment.