Color Hex Logo

#f641df Color Hex

#F641DF
(246,65,223)
0 Favorites   0 Comments

Color spaces of #f641df

RGB 24665223
HSL0.850.910.61
HSV308°74°96°
CMYK 0.000.740.09   0.04
XYZ53.215628.701172.5471
Yxy28.70110.34450.1858
Hunter Lab53.573483.5544-42.7869
CIE-Lab60.516982.2865-42.7570

#f641df color RGB value is (246,65,223).

#f641df hex color red value is 246, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f641df hue: 0.85 , saturation: 0.91 and the lightness value of f641df is 0.61.

The process color (four color CMYK) of #f641df color hex is 0.00, 0.74, 0.09, 0.04. Web safe color of #f641df is #ff33cc. Color #f641df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 11011111
Octal 366 101 337
Decimal 246 65 223
Hex F6 41 DF

RGB Percentages of Color #f641df

%46.07
%12.17
%41.76

CMYK Percentages of Color #f641df

%0
%74
%9
%4

Triadic Colors of #f641df

#f641df #dff641 #41dff6

Analogous Colors of #f641df

#f641df #f64185 #b341f6

Monochromatic Colors of #f641df

#f641df

Complementary Color

#f641df #41f658

#f641df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f641df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f641df Color CSS Codes

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

#f641df Text Font Color

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

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


#f641df Background Color

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

This div background color is #f641df


#f641df Border Color

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

This div border color is #f641df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f641df


Comments

No comments written yet.

Please login to write comment.