Color Hex Logo

#f14da0 Color Hex

#F14DA0
(241,77,160)
0 Favorites   0 Comments

Color spaces of #f14da0

RGB 24177160
HSL0.920.850.62
HSV330°68°95°
CMYK 0.000.680.34   0.05
XYZ45.274726.546635.9955
Yxy26.54660.41990.2462
Hunter Lab51.523466.6858-5.3551
CIE-Lab58.552369.1432-9.7522

#f14da0 color RGB value is (241,77,160).

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

The process color (four color CMYK) of #f14da0 color hex is 0.00, 0.68, 0.34, 0.05. Web safe color of #f14da0 is #ff6699. Color #f14da0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001101 10100000
Octal 361 115 240
Decimal 241 77 160
Hex F1 4D A0

RGB Percentages of Color #f14da0

%50.42
%16.11
%33.47

CMYK Percentages of Color #f14da0

%0
%68
%34
%5

Triadic Colors of #f14da0

#f14da0 #a0f14d #4da0f1

Analogous Colors of #f14da0

#f14da0 #f14d4e #f04df1

Monochromatic Colors of #f14da0

#f14da0

Complementary Color

#f14da0 #4df19e

#f14da0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14da0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14da0 Color CSS Codes

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

#f14da0 Text Font Color

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

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


#f14da0 Background Color

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

This div background color is #f14da0


#f14da0 Border Color

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

This div border color is #f14da0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14da0


Comments

No comments written yet.

Please login to write comment.