Color Hex Logo

#f14740 Color Hex

#F14740
(241,71,64)
0 Favorites   0 Comments

Color spaces of #f14740

RGB 2417164
HSL0.010.860.60
HSV73°95°
CMYK 0.000.710.73   0.05
XYZ39.454323.57747.3219
Yxy23.57740.56080.3351
Hunter Lab48.556660.064925.0492
CIE-Lab55.662264.094042.2254

#f14740 color RGB value is (241,71,64).

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

The process color (four color CMYK) of #f14740 color hex is 0.00, 0.71, 0.73, 0.05. Web safe color of #f14740 is #ff3333. Color #f14740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000111 01000000
Octal 361 107 100
Decimal 241 71 64
Hex F1 47 40

RGB Percentages of Color #f14740

%64.10
%18.88
%17.02

CMYK Percentages of Color #f14740

%0
%71
%73
%5

Triadic Colors of #f14740

#f14740 #40f147 #4740f1

Analogous Colors of #f14740

#f14740 #f1a040 #f14092

Monochromatic Colors of #f14740

#f14740

Complementary Color

#f14740 #40eaf1

#f14740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14740 Color CSS Codes

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

#f14740 Text Font Color

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

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


#f14740 Background Color

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

This div background color is #f14740


#f14740 Border Color

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

This div border color is #f14740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14740


Comments

No comments written yet.

Please login to write comment.