Color Hex Logo

#f448db Color Hex

#F448DB
(244,72,219)
0 Favorites   0 Comments

Color spaces of #f448db

RGB 24472219
HSL0.860.890.62
HSV309°70°96°
CMYK 0.000.700.10   0.04
XYZ52.411828.982369.8496
Yxy28.98230.34650.1916
Hunter Lab53.835279.5688-39.2424
CIE-Lab60.766079.1275-40.1351

#f448db color RGB value is (244,72,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001000 11011011
Octal 364 110 333
Decimal 244 72 219
Hex F4 48 DB

RGB Percentages of Color #f448db

%45.61
%13.46
%40.93

CMYK Percentages of Color #f448db

%0
%70
%10
%4

Triadic Colors of #f448db

#f448db #dbf448 #48dbf4

Analogous Colors of #f448db

#f448db #f44885 #b748f4

Monochromatic Colors of #f448db

#f448db

Complementary Color

#f448db #48f461

#f448db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f448db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f448db Color CSS Codes

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

#f448db Text Font Color

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

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


#f448db Background Color

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

This div background color is #f448db


#f448db Border Color

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

This div border color is #f448db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f448db

Related Colors


Comments

No comments written yet.

Please login to write comment.