Color Hex Logo

#f449dc Color Hex

#F449DC
(244,73,220)
0 Favorites   0 Comments

Color spaces of #f449dc

RGB 24473220
HSL0.860.890.62
HSV308°70°96°
CMYK 0.000.700.10   0.04
XYZ52.609029.165570.5668
Yxy29.16550.34530.1914
Hunter Lab54.005179.3767-39.6689
CIE-Lab60.927478.9454-40.4452

#f449dc color RGB value is (244,73,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001001 11011100
Octal 364 111 334
Decimal 244 73 220
Hex F4 49 DC

RGB Percentages of Color #f449dc

%45.44
%13.59
%40.97

CMYK Percentages of Color #f449dc

%0
%70
%10
%4

Triadic Colors of #f449dc

#f449dc #dcf449 #49dcf4

Analogous Colors of #f449dc

#f449dc #f44987 #b749f4

Monochromatic Colors of #f449dc

#f449dc

Complementary Color

#f449dc #49f461

#f449dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f449dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f449dc Color CSS Codes

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

#f449dc Text Font Color

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

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


#f449dc Background Color

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

This div background color is #f449dc


#f449dc Border Color

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

This div border color is #f449dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f449dc


Comments

No comments written yet.

Please login to write comment.