Color Hex Logo

#f441db Color Hex

#F441DB
(244,65,219)
0 Favorites   0 Comments

Color spaces of #f441db

RGB 24465219
HSL0.860.890.61
HSV308°73°96°
CMYK 0.000.730.10   0.04
XYZ51.984728.128269.7072
Yxy28.12820.34700.1877
Hunter Lab53.036082.1486-40.8018
CIE-Lab60.004481.2936-41.3309

#f441db color RGB value is (244,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 11011011
Octal 364 101 333
Decimal 244 65 219
Hex F4 41 DB

RGB Percentages of Color #f441db

%46.21
%12.31
%41.48

CMYK Percentages of Color #f441db

%0
%73
%10
%4

Triadic Colors of #f441db

#f441db #dbf441 #41dbf4

Analogous Colors of #f441db

#f441db #f44182 #b441f4

Monochromatic Colors of #f441db

#f441db

Complementary Color

#f441db #41f45a

#f441db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f441db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f441db Color CSS Codes

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

#f441db Text Font Color

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

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


#f441db Background Color

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

This div background color is #f441db


#f441db Border Color

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

This div border color is #f441db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,65,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 #f441db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f441db


Comments

No comments written yet.

Please login to write comment.