Color Hex Logo

#f441ad Color Hex

#F441AD
(244,65,173)
0 Favorites   0 Comments

Color spaces of #f441ad

RGB 24465173
HSL0.900.890.61
HSV324°73°96°
CMYK 0.000.730.29   0.04
XYZ46.741326.030842.0961
Yxy26.03080.40690.2266
Hunter Lab51.020474.2435-13.2050
CIE-Lab58.066375.4097-17.9988

#f441ad color RGB value is (244,65,173).

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

The process color (four color CMYK) of #f441ad color hex is 0.00, 0.73, 0.29, 0.04. Web safe color of #f441ad is #ff3399. Color #f441ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 10101101
Octal 364 101 255
Decimal 244 65 173
Hex F4 41 AD

RGB Percentages of Color #f441ad

%50.62
%13.49
%35.89

CMYK Percentages of Color #f441ad

%0
%73
%29
%4

Triadic Colors of #f441ad

#f441ad #adf441 #41adf4

Analogous Colors of #f441ad

#f441ad #f44154 #e241f4

Monochromatic Colors of #f441ad

#f441ad

Complementary Color

#f441ad #41f488

#f441ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f441ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f441ad Color CSS Codes

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

#f441ad Text Font Color

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

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


#f441ad Background Color

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

This div background color is #f441ad


#f441ad Border Color

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

This div border color is #f441ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f441ad


Comments

No comments written yet.

Please login to write comment.