Color Hex Logo

#f04346 Color Hex

#F04346
(240,67,70)
0 Favorites   0 Comments

Color spaces of #f04346

RGB 2406770
HSL1.000.850.60
HSV359°72°94°
CMYK 0.000.720.71   0.06
XYZ39.047822.98188.1722
Yxy22.98180.55620.3274
Hunter Lab47.939361.498923.4504
CIE-Lab55.053665.431838.1424

#f04346 color RGB value is (240,67,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000011 01000110
Octal 360 103 106
Decimal 240 67 70
Hex F0 43 46

RGB Percentages of Color #f04346

%63.66
%17.77
%18.57

CMYK Percentages of Color #f04346

%0
%72
%71
%6

Triadic Colors of #f04346

#f04346 #46f043 #4346f0

Analogous Colors of #f04346

#f04346 #f09743 #f0439d

Monochromatic Colors of #f04346

#f04346

Complementary Color

#f04346 #43f0ed

#f04346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04346 Color CSS Codes

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

#f04346 Text Font Color

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

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


#f04346 Background Color

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

This div background color is #f04346


#f04346 Border Color

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

This div border color is #f04346


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,67,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04346


Comments

No comments written yet.

Please login to write comment.