Color Hex Logo

#f41868 Color Hex

#F41868
(244,24,104)
0 Favorites   0 Comments

Color spaces of #f41868

RGB 24424104
HSL0.940.910.53
HSV338°90°96°
CMYK 0.000.900.57   0.04
XYZ40.133620.885815.0128
Yxy20.88580.52790.2747
Hunter Lab45.701076.778112.5139
CIE-Lab52.824378.454715.3395

#f41868 color RGB value is (244,24,104).

#f41868 hex color red value is 244, green value is 24 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f41868 hue: 0.94 , saturation: 0.91 and the lightness value of f41868 is 0.53.

The process color (four color CMYK) of #f41868 color hex is 0.00, 0.90, 0.57, 0.04. Web safe color of #f41868 is #ff0066. Color #f41868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011000 01101000
Octal 364 30 150
Decimal 244 24 104
Hex F4 18 68

RGB Percentages of Color #f41868

%65.59
%6.45
%27.96

CMYK Percentages of Color #f41868

%0
%90
%57
%4

Triadic Colors of #f41868

#f41868 #68f418 #1868f4

Analogous Colors of #f41868

#f41868 #f43618 #f418d6

Monochromatic Colors of #f41868

#f41868

Complementary Color

#f41868 #18f4a4

#f41868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41868 Color CSS Codes

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

#f41868 Text Font Color

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

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


#f41868 Background Color

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

This div background color is #f41868


#f41868 Border Color

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

This div border color is #f41868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41868


Comments

No comments written yet.

Please login to write comment.