Color Hex Logo

#f04445 Color Hex

#F04445
(240,68,69)
0 Favorites   0 Comments

Color spaces of #f04445

RGB 2406869
HSL1.000.850.60
HSV360°72°94°
CMYK 0.000.720.71   0.06
XYZ39.076523.08928.0273
Yxy23.08920.55670.3289
Hunter Lab48.051261.071223.7310
CIE-Lab55.164165.046538.8345

#f04445 color RGB value is (240,68,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000100 01000101
Octal 360 104 105
Decimal 240 68 69
Hex F0 44 45

RGB Percentages of Color #f04445

%63.66
%18.04
%18.30

CMYK Percentages of Color #f04445

%0
%72
%71
%6

Triadic Colors of #f04445

#f04445 #45f044 #4445f0

Analogous Colors of #f04445

#f04445 #f09944 #f0449b

Monochromatic Colors of #f04445

#f04445

Complementary Color

#f04445 #44f0ef

#f04445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04445 Color CSS Codes

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

#f04445 Text Font Color

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

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


#f04445 Background Color

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

This div background color is #f04445


#f04445 Border Color

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

This div border color is #f04445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04445


Comments

No comments written yet.

Please login to write comment.