Color Hex Logo

#f444da Color Hex

#F444DA
(244,68,218)
0 Favorites   0 Comments

Color spaces of #f444da

RGB 24468218
HSL0.860.890.61
HSV309°72°96°
CMYK 0.000.720.11   0.04
XYZ52.030228.429369.0748
Yxy28.42930.34790.1901
Hunter Lab53.319180.8765-39.4866
CIE-Lab60.274680.2480-40.3422

#f444da color RGB value is (244,68,218).

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

The process color (four color CMYK) of #f444da color hex is 0.00, 0.72, 0.11, 0.04. Web safe color of #f444da is #ff33cc. Color #f444da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000100 11011010
Octal 364 104 332
Decimal 244 68 218
Hex F4 44 DA

RGB Percentages of Color #f444da

%46.04
%12.83
%41.13

CMYK Percentages of Color #f444da

%0
%72
%11
%4

Triadic Colors of #f444da

#f444da #daf444 #44daf4

Analogous Colors of #f444da

#f444da #f44482 #b644f4

Monochromatic Colors of #f444da

#f444da

Complementary Color

#f444da #44f45e

#f444da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f444da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f444da Color CSS Codes

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

#f444da Text Font Color

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

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


#f444da Background Color

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

This div background color is #f444da


#f444da Border Color

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

This div border color is #f444da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f444da


Comments

No comments written yet.

Please login to write comment.