Color Hex Logo

#f410db Color Hex

#F410DB
(244,16,219)
0 Favorites   0 Comments

Color spaces of #f410db

RGB 24416219
HSL0.850.910.51
HSV307°93°96°
CMYK 0.000.930.10   0.04
XYZ50.279724.718269.1389
Yxy24.71820.34880.1715
Hunter Lab49.717493.5134-47.6487
CIE-Lab56.799890.5862-46.3863

#f410db color RGB value is (244,16,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010000 11011011
Octal 364 20 333
Decimal 244 16 219
Hex F4 10 DB

RGB Percentages of Color #f410db

%50.94
%3.34
%45.72

CMYK Percentages of Color #f410db

%0
%93
%10
%4

Triadic Colors of #f410db

#f410db #dbf410 #10dbf4

Analogous Colors of #f410db

#f410db #f41069 #9b10f4

Monochromatic Colors of #f410db

#f410db

Complementary Color

#f410db #10f429

#f410db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f410db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f410db Color CSS Codes

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

#f410db Text Font Color

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

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


#f410db Background Color

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

This div background color is #f410db


#f410db Border Color

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

This div border color is #f410db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f410db


Comments

No comments written yet.

Please login to write comment.