Color Hex Logo

#f4614d Color Hex

#F4614D
(244,97,77)
0 Favorites   0 Comments

Color spaces of #f4614d

RGB 2449777
HSL0.020.880.63
HSV68°96°
CMYK 0.000.600.68   0.04
XYZ42.922528.318310.2249
Yxy28.31830.52690.3476
Hunter Lab53.214950.849725.8583
CIE-Lab60.175255.264740.4298

#f4614d color RGB value is (244,97,77).

#f4614d hex color red value is 244, green value is 97 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f4614d hue: 0.02 , saturation: 0.88 and the lightness value of f4614d is 0.63.

The process color (four color CMYK) of #f4614d color hex is 0.00, 0.60, 0.68, 0.04. Web safe color of #f4614d is #ff6666. Color #f4614d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100001 01001101
Octal 364 141 115
Decimal 244 97 77
Hex F4 61 4D

RGB Percentages of Color #f4614d

%58.37
%23.21
%18.42

CMYK Percentages of Color #f4614d

%0
%60
%68
%4

Triadic Colors of #f4614d

#f4614d #4df461 #614df4

Analogous Colors of #f4614d

#f4614d #f4b54d #f44d8d

Monochromatic Colors of #f4614d

#f4614d

Complementary Color

#f4614d #4de0f4

#f4614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4614d Color CSS Codes

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

#f4614d Text Font Color

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

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


#f4614d Background Color

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

This div background color is #f4614d


#f4614d Border Color

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

This div border color is #f4614d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4614d


Comments

No comments written yet.

Please login to write comment.