Color Hex Logo

#f14caf Color Hex

#F14CAF
(241,76,175)
0 Favorites   0 Comments

Color spaces of #f14caf

RGB 24176175
HSL0.900.850.62
HSV324°68°95°
CMYK 0.000.680.27   0.05
XYZ46.597926.964843.3062
Yxy26.96480.39870.2307
Hunter Lab51.927669.3058-13.0969
CIE-Lab58.941771.2322-17.8723

#f14caf color RGB value is (241,76,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001100 10101111
Octal 361 114 257
Decimal 241 76 175
Hex F1 4C AF

RGB Percentages of Color #f14caf

%48.98
%15.45
%35.57

CMYK Percentages of Color #f14caf

%0
%68
%27
%5

Triadic Colors of #f14caf

#f14caf #aff14c #4caff1

Analogous Colors of #f14caf

#f14caf #f14c5d #e14cf1

Monochromatic Colors of #f14caf

#f14caf

Complementary Color

#f14caf #4cf18e

#f14caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14caf Color CSS Codes

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

#f14caf Text Font Color

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

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


#f14caf Background Color

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

This div background color is #f14caf


#f14caf Border Color

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

This div border color is #f14caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14caf


Comments

No comments written yet.

Please login to write comment.