Color Hex Logo

#f14098 Color Hex

#F14098
(241,64,152)
0 Favorites   0 Comments

Color spaces of #f14098

RGB 24164152
HSL0.920.860.60
HSV330°73°95°
CMYK 0.000.730.37   0.05
XYZ43.776524.634632.1534
Yxy24.63460.43530.2450
Hunter Lab49.633370.5787-3.6660
CIE-Lab56.717672.6954-7.8088

#f14098 color RGB value is (241,64,152).

#f14098 hex color red value is 241, green value is 64 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #f14098 hue: 0.92 , saturation: 0.86 and the lightness value of f14098 is 0.60.

The process color (four color CMYK) of #f14098 color hex is 0.00, 0.73, 0.37, 0.05. Web safe color of #f14098 is #ff3399. Color #f14098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000000 10011000
Octal 361 100 230
Decimal 241 64 152
Hex F1 40 98

RGB Percentages of Color #f14098

%52.74
%14.00
%33.26

CMYK Percentages of Color #f14098

%0
%73
%37
%5

Triadic Colors of #f14098

#f14098 #98f140 #4098f1

Analogous Colors of #f14098

#f14098 #f14140 #f140f1

Monochromatic Colors of #f14098

#f14098

Complementary Color

#f14098 #40f199

#f14098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14098 Color CSS Codes

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

#f14098 Text Font Color

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

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


#f14098 Background Color

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

This div background color is #f14098


#f14098 Border Color

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

This div border color is #f14098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14098


Comments

No comments written yet.

Please login to write comment.