Color Hex Logo

#f421db Color Hex

#F421DB
(244,33,219)
0 Favorites   0 Comments

Color spaces of #f421db

RGB 24433219
HSL0.850.910.54
HSV307°86°96°
CMYK 0.000.860.10   0.04
XYZ50.638325.435369.2584
Yxy25.43530.34840.1750
Hunter Lab50.433490.9666-46.1174
CIE-Lab57.497188.5397-45.2831

#f421db color RGB value is (244,33,219).

#f421db hex color red value is 244, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f421db hue: 0.85 , saturation: 0.91 and the lightness value of f421db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100001 11011011
Octal 364 41 333
Decimal 244 33 219
Hex F4 21 DB

RGB Percentages of Color #f421db

%49.19
%6.65
%44.15

CMYK Percentages of Color #f421db

%0
%86
%10
%4

Triadic Colors of #f421db

#f421db #dbf421 #21dbf4

Analogous Colors of #f421db

#f421db #f42172 #a421f4

Monochromatic Colors of #f421db

#f421db

Complementary Color

#f421db #21f43a

#f421db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f421db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f421db Color CSS Codes

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

#f421db Text Font Color

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

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


#f421db Background Color

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

This div background color is #f421db


#f421db Border Color

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

This div border color is #f421db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f421db


Comments

No comments written yet.

Please login to write comment.