Color Hex Logo

#f14daf Color Hex

#F14DAF
(241,77,175)
0 Favorites   0 Comments

Color spaces of #f14daf

RGB 24177175
HSL0.900.850.62
HSV324°68°95°
CMYK 0.000.680.27   0.05
XYZ46.667427.103743.3293
Yxy27.10370.39850.2315
Hunter Lab52.061268.8993-12.9028
CIE-Lab59.070270.8744-17.6769

#f14daf color RGB value is (241,77,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001101 10101111
Octal 361 115 257
Decimal 241 77 175
Hex F1 4D AF

RGB Percentages of Color #f14daf

%48.88
%15.62
%35.50

CMYK Percentages of Color #f14daf

%0
%68
%27
%5

Triadic Colors of #f14daf

#f14daf #aff14d #4daff1

Analogous Colors of #f14daf

#f14daf #f14d5d #e14df1

Monochromatic Colors of #f14daf

#f14daf

Complementary Color

#f14daf #4df18f

#f14daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14daf Color CSS Codes

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

#f14daf Text Font Color

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

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


#f14daf Background Color

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

This div background color is #f14daf


#f14daf Border Color

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

This div border color is #f14daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,77,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 #f14daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14daf


Comments

No comments written yet.

Please login to write comment.