Color Hex Logo

#f420ad Color Hex

#F420AD
(244,32,173)
0 Favorites   0 Comments

Color spaces of #f420ad

RGB 24432173
HSL0.890.910.54
HSV320°87°96°
CMYK 0.000.870.29   0.04
XYZ45.367623.283341.6381
Yxy23.28330.41140.2111
Hunter Lab48.252883.3846-17.3854
CIE-Lab55.363083.1572-22.1293

#f420ad color RGB value is (244,32,173).

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

The process color (four color CMYK) of #f420ad color hex is 0.00, 0.87, 0.29, 0.04. Web safe color of #f420ad is #ff3399. Color #f420ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100000 10101101
Octal 364 40 255
Decimal 244 32 173
Hex F4 20 AD

RGB Percentages of Color #f420ad

%54.34
%7.13
%38.53

CMYK Percentages of Color #f420ad

%0
%87
%29
%4

Triadic Colors of #f420ad

#f420ad #adf420 #20adf4

Analogous Colors of #f420ad

#f420ad #f42043 #d120f4

Monochromatic Colors of #f420ad

#f420ad

Complementary Color

#f420ad #20f467

#f420ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f420ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f420ad Color CSS Codes

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

#f420ad Text Font Color

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

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


#f420ad Background Color

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

This div background color is #f420ad


#f420ad Border Color

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

This div border color is #f420ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f420ad


Comments

No comments written yet.

Please login to write comment.