Color Hex Logo

#f44480 Color Hex

#F44480
(244,68,128)
0 Favorites   0 Comments

Color spaces of #f44480

RGB 24468128
HSL0.940.890.61
HSV340°72°96°
CMYK 0.000.720.48   0.04
XYZ43.271624.925922.9526
Yxy24.92590.47470.2735
Hunter Lab49.925867.33887.6905
CIE-Lab57.003269.97466.8382

#f44480 color RGB value is (244,68,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000100 10000000
Octal 364 104 200
Decimal 244 68 128
Hex F4 44 80

RGB Percentages of Color #f44480

%55.45
%15.45
%29.09

CMYK Percentages of Color #f44480

%0
%72
%48
%4

Triadic Colors of #f44480

#f44480 #80f444 #4480f4

Analogous Colors of #f44480

#f44480 #f46044 #f444d8

Monochromatic Colors of #f44480

#f44480

Complementary Color

#f44480 #44f4b8

#f44480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44480 Color CSS Codes

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

#f44480 Text Font Color

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

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


#f44480 Background Color

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

This div background color is #f44480


#f44480 Border Color

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

This div border color is #f44480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44480


Comments

No comments written yet.

Please login to write comment.