Color Hex Logo

#f104df Color Hex

#F104DF
(241,4,223)
0 Favorites   0 Comments

Color spaces of #f104df

RGB 2414223
HSL0.850.970.48
HSV305°98°95°
CMYK 0.000.980.07   0.05
XYZ49.638324.115371.8505
Yxy24.11530.34090.1656
Hunter Lab49.107394.4922-52.3740
CIE-Lab56.203191.4316-49.6338

#f104df color RGB value is (241,4,223).

#f104df hex color red value is 241, green value is 4 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f104df hue: 0.85 , saturation: 0.97 and the lightness value of f104df is 0.48.

The process color (four color CMYK) of #f104df color hex is 0.00, 0.98, 0.07, 0.05. Web safe color of #f104df is #ff00cc. Color #f104df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000100 11011111
Octal 361 4 337
Decimal 241 4 223
Hex F1 4 DF

RGB Percentages of Color #f104df

%51.50
%0.85
%47.65

CMYK Percentages of Color #f104df

%0
%98
%7
%5

Triadic Colors of #f104df

#f104df #dff104 #04dff1

Analogous Colors of #f104df

#f104df #f10469 #8d04f1

Monochromatic Colors of #f104df

#f104df

Complementary Color

#f104df #04f116

#f104df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f104df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f104df Color CSS Codes

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

#f104df Text Font Color

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

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


#f104df Background Color

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

This div background color is #f104df


#f104df Border Color

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

This div border color is #f104df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,4,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f104df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f104df;
  -webkit-box-shadow: 1px 1px 3px 2px #f104df;
  box-shadow:         1px 1px 3px 2px #f104df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f104df


Comments

No comments written yet.

Please login to write comment.