Color Hex Logo

#f44caf Color Hex

#F44CAF
(244,76,175)
0 Favorites   0 Comments

Color spaces of #f44caf

RGB 24476175
HSL0.900.880.63
HSV325°69°96°
CMYK 0.000.690.28   0.04
XYZ47.630527.497143.3545
Yxy27.49710.40200.2321
Hunter Lab52.437770.3702-12.3135
CIE-Lab59.431772.0114-17.0822

#f44caf color RGB value is (244,76,175).

#f44caf hex color red value is 244, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f44caf hue: 0.90 , saturation: 0.88 and the lightness value of f44caf is 0.63.

The process color (four color CMYK) of #f44caf color hex is 0.00, 0.69, 0.28, 0.04. Web safe color of #f44caf is #ff3399. Color #f44caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001100 10101111
Octal 364 114 257
Decimal 244 76 175
Hex F4 4C AF

RGB Percentages of Color #f44caf

%49.29
%15.35
%35.35

CMYK Percentages of Color #f44caf

%0
%69
%28
%4

Triadic Colors of #f44caf

#f44caf #aff44c #4caff4

Analogous Colors of #f44caf

#f44caf #f44c5b #e54cf4

Monochromatic Colors of #f44caf

#f44caf

Complementary Color

#f44caf #4cf491

#f44caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44caf Color CSS Codes

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

#f44caf Text Font Color

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

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


#f44caf Background Color

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

This div background color is #f44caf


#f44caf Border Color

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

This div border color is #f44caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44caf


Comments

No comments written yet.

Please login to write comment.