Color Hex Logo

#f04340 Color Hex

#F04340
(240,67,64)
0 Favorites   0 Comments

Color spaces of #f04340

RGB 2406764
HSL0.000.850.60
HSV73°94°
CMYK 0.000.720.73   0.06
XYZ38.867722.90977.2240
Yxy22.90970.56330.3320
Hunter Lab47.864161.187624.5564
CIE-Lab54.979265.180141.4120

#f04340 color RGB value is (240,67,64).

#f04340 hex color red value is 240, green value is 67 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f04340 hue: 0.00 , saturation: 0.85 and the lightness value of f04340 is 0.60.

The process color (four color CMYK) of #f04340 color hex is 0.00, 0.72, 0.73, 0.06. Web safe color of #f04340 is #ff3333. Color #f04340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000011 01000000
Octal 360 103 100
Decimal 240 67 64
Hex F0 43 40

RGB Percentages of Color #f04340

%64.69
%18.06
%17.25

CMYK Percentages of Color #f04340

%0
%72
%73
%6

Triadic Colors of #f04340

#f04340 #40f043 #4340f0

Analogous Colors of #f04340

#f04340 #f09b40 #f04095

Monochromatic Colors of #f04340

#f04340

Complementary Color

#f04340 #40edf0

#f04340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04340 Color CSS Codes

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

#f04340 Text Font Color

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

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


#f04340 Background Color

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

This div background color is #f04340


#f04340 Border Color

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

This div border color is #f04340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04340


Comments

No comments written yet.

Please login to write comment.