Color Hex Logo

#f4454d Color Hex

#F4454D
(244,69,77)
0 Favorites   0 Comments

Color spaces of #f4454d

RGB 2446977
HSL0.990.890.61
HSV357°72°96°
CMYK 0.000.720.68   0.04
XYZ40.775924.02529.5094
Yxy24.02520.54870.3233
Hunter Lab49.015562.716622.8081
CIE-Lab56.113066.269635.5979

#f4454d color RGB value is (244,69,77).

#f4454d hex color red value is 244, green value is 69 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f4454d hue: 0.99 , saturation: 0.89 and the lightness value of f4454d is 0.61.

The process color (four color CMYK) of #f4454d color hex is 0.00, 0.72, 0.68, 0.04. Web safe color of #f4454d is #ff3366. Color #f4454d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000101 01001101
Octal 364 105 115
Decimal 244 69 77
Hex F4 45 4D

RGB Percentages of Color #f4454d

%62.56
%17.69
%19.74

CMYK Percentages of Color #f4454d

%0
%72
%68
%4

Triadic Colors of #f4454d

#f4454d #4df445 #454df4

Analogous Colors of #f4454d

#f4454d #f49545 #f445a5

Monochromatic Colors of #f4454d

#f4454d

Complementary Color

#f4454d #45f4ec

#f4454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4454d Color CSS Codes

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

#f4454d Text Font Color

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

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


#f4454d Background Color

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

This div background color is #f4454d


#f4454d Border Color

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

This div border color is #f4454d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4454d


Comments

No comments written yet.

Please login to write comment.