Color Hex Logo

#f421af Color Hex

#F421AF
(244,33,175)
0 Favorites   0 Comments

Color spaces of #f421af

RGB 24433175
HSL0.890.910.54
HSV320°86°96°
CMYK 0.000.860.28   0.04
XYZ45.589923.416042.6743
Yxy23.41600.40820.2097
Hunter Lab48.390183.4881-18.4137
CIE-Lab55.498383.2111-23.0904

#f421af color RGB value is (244,33,175).

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

The process color (four color CMYK) of #f421af color hex is 0.00, 0.86, 0.28, 0.04. Web safe color of #f421af is #ff3399. Color #f421af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100001 10101111
Octal 364 41 257
Decimal 244 33 175
Hex F4 21 AF

RGB Percentages of Color #f421af

%53.98
%7.30
%38.72

CMYK Percentages of Color #f421af

%0
%86
%28
%4

Triadic Colors of #f421af

#f421af #aff421 #21aff4

Analogous Colors of #f421af

#f421af #f42146 #d021f4

Monochromatic Colors of #f421af

#f421af

Complementary Color

#f421af #21f466

#f421af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f421af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f421af Color CSS Codes

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

#f421af Text Font Color

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

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


#f421af Background Color

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

This div background color is #f421af


#f421af Border Color

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

This div border color is #f421af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f421af


Comments

No comments written yet.

Please login to write comment.