Color Hex Logo

#f4448d Color Hex

#F4448D
(244,68,141)
0 Favorites   0 Comments

Color spaces of #f4448d

RGB 24468141
HSL0.930.890.61
HSV335°72°96°
CMYK 0.000.720.42   0.04
XYZ44.183125.290427.7521
Yxy25.29040.45440.2601
Hunter Lab50.289668.81872.4837
CIE-Lab57.357371.1302-0.3285

#f4448d color RGB value is (244,68,141).

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

The process color (four color CMYK) of #f4448d color hex is 0.00, 0.72, 0.42, 0.04. Web safe color of #f4448d is #ff3399. Color #f4448d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000100 10001101
Octal 364 104 215
Decimal 244 68 141
Hex F4 44 8D

RGB Percentages of Color #f4448d

%53.86
%15.01
%31.13

CMYK Percentages of Color #f4448d

%0
%72
%42
%4

Triadic Colors of #f4448d

#f4448d #8df444 #448df4

Analogous Colors of #f4448d

#f4448d #f45344 #f444e5

Monochromatic Colors of #f4448d

#f4448d

Complementary Color

#f4448d #44f4ab

#f4448d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4448d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4448d Color CSS Codes

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

#f4448d Text Font Color

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

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


#f4448d Background Color

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

This div background color is #f4448d


#f4448d Border Color

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

This div border color is #f4448d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4448d


Comments

No comments written yet.

Please login to write comment.