color codes Logo

#f448cc color codes

#F448CC
(244,72,204)
0 Favorites   0 Comments

Color spaces of #f448cc

RGB 24472204
HSL0.870.890.62
HSV314°70°96°
CMYK 0.000.700.16   0.04
XYZ50.524728.227559.9122
Yxy28.22750.36440.2036
Hunter Lab53.129676.7717-29.6684
CIE-Lab60.093777.0441-32.6924

#f448cc color RGB value is (244,72,204).

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

The process color (four color CMYK) of #f448cc color code is 0.00, 0.70, 0.16, 0.04. Web safe color of #f448cc is #ff33cc. Color #f448cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001000 11001100
Octal 364 110 314
Decimal 244 72 204
Hex F4 48 CC

RGB Percentages of Color #f448cc

%46.92
%13.85
%39.23

CMYK Percentages of Color #f448cc

%0
%70
%16
%4

Triadic Colors of #f448cc

#f448cc #ccf448 #48ccf4

Analogous Colors of #f448cc

#f448cc #f44876 #c648f4

Monochromatic Colors of #f448cc

#f448cc

Complementary Color

#f448cc #48f470

#f448cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f448cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f448cc Color CSS Codes

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

#f448cc Text Font Color

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

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


#f448cc Background Color

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

This div background color is #f448cc


#f448cc Border Color

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

This div border color is #f448cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f448cc


Comments

No comments written yet.

Please login to write comment.