Color Hex Logo

#f407dc Color Hex

#F407DC
(244,7,220)
0 Favorites   0 Comments

Color spaces of #f407dc

RGB 2447220
HSL0.850.940.49
HSV306°97°96°
CMYK 0.000.970.10   0.04
XYZ50.302524.552469.7980
Yxy24.55240.34770.1697
Hunter Lab49.550494.4963-48.8322
CIE-Lab56.636791.3505-47.2121

#f407dc color RGB value is (244,7,220).

#f407dc hex color red value is 244, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f407dc hue: 0.85 , saturation: 0.94 and the lightness value of f407dc is 0.49.

The process color (four color CMYK) of #f407dc color hex is 0.00, 0.97, 0.10, 0.04. Web safe color of #f407dc is #ff00cc. Color #f407dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000111 11011100
Octal 364 7 334
Decimal 244 7 220
Hex F4 7 DC

RGB Percentages of Color #f407dc

%51.80
%1.49
%46.71

CMYK Percentages of Color #f407dc

%0
%97
%10
%4

Triadic Colors of #f407dc

#f407dc #dcf407 #07dcf4

Analogous Colors of #f407dc

#f407dc #f40766 #9607f4

Monochromatic Colors of #f407dc

#f407dc

Complementary Color

#f407dc #07f41f

#f407dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f407dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f407dc Color CSS Codes

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

#f407dc Text Font Color

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

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


#f407dc Background Color

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

This div background color is #f407dc


#f407dc Border Color

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

This div border color is #f407dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f407dc


Comments

No comments written yet.

Please login to write comment.