Color Hex Logo

#f44adf Color Hex

#F44ADF
(244,74,223)
0 Favorites   0 Comments

Color spaces of #f44adf

RGB 24474223
HSL0.850.890.62
HSV307°70°96°
CMYK 0.000.700.09   0.04
XYZ53.076329.458472.7006
Yxy29.45840.34190.1898
Hunter Lab54.275679.5735-41.4243
CIE-Lab61.184179.0510-41.7299

#f44adf color RGB value is (244,74,223).

#f44adf hex color red value is 244, green value is 74 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f44adf hue: 0.85 , saturation: 0.89 and the lightness value of f44adf is 0.62.

The process color (four color CMYK) of #f44adf color hex is 0.00, 0.70, 0.09, 0.04. Web safe color of #f44adf is #ff33cc. Color #f44adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001010 11011111
Octal 364 112 337
Decimal 244 74 223
Hex F4 4A DF

RGB Percentages of Color #f44adf

%45.10
%13.68
%41.22

CMYK Percentages of Color #f44adf

%0
%70
%9
%4

Triadic Colors of #f44adf

#f44adf #dff44a #4adff4

Analogous Colors of #f44adf

#f44adf #f44a8a #b44af4

Monochromatic Colors of #f44adf

#f44adf

Complementary Color

#f44adf #4af45f

#f44adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44adf Color CSS Codes

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

#f44adf Text Font Color

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

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


#f44adf Background Color

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

This div background color is #f44adf


#f44adf Border Color

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

This div border color is #f44adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44adf


Comments

No comments written yet.

Please login to write comment.