Color Hex Logo

#f410dc Color Hex

#F410DC
(244,16,220)
0 Favorites   0 Comments

Color spaces of #f410dc

RGB 24416220
HSL0.850.910.51
HSV306°93°96°
CMYK 0.000.930.10   0.04
XYZ50.411824.771069.8344
Yxy24.77100.34760.1708
Hunter Lab49.770593.7018-48.3522
CIE-Lab56.851690.7168-46.8715

#f410dc color RGB value is (244,16,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010000 11011100
Octal 364 20 334
Decimal 244 16 220
Hex F4 10 DC

RGB Percentages of Color #f410dc

%50.83
%3.33
%45.83

CMYK Percentages of Color #f410dc

%0
%93
%10
%4

Triadic Colors of #f410dc

#f410dc #dcf410 #10dcf4

Analogous Colors of #f410dc

#f410dc #f4106a #9a10f4

Monochromatic Colors of #f410dc

#f410dc

Complementary Color

#f410dc #10f428

#f410dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f410dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f410dc Color CSS Codes

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

#f410dc Text Font Color

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

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


#f410dc Background Color

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

This div background color is #f410dc


#f410dc Border Color

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

This div border color is #f410dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f410dc


Comments

No comments written yet.

Please login to write comment.