Color Hex Logo

#f642df Color Hex

#F642DF
(246,66,223)
0 Favorites   0 Comments

Color spaces of #f642df

RGB 24666223
HSL0.850.910.61
HSV308°73°96°
CMYK 0.000.730.09   0.04
XYZ53.273528.817072.5664
Yxy28.81700.34450.1863
Hunter Lab53.681583.2009-42.5710
CIE-Lab60.619881.9926-42.5952

#f642df color RGB value is (246,66,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000010 11011111
Octal 366 102 337
Decimal 246 66 223
Hex F6 42 DF

RGB Percentages of Color #f642df

%45.98
%12.34
%41.68

CMYK Percentages of Color #f642df

%0
%73
%9
%4

Triadic Colors of #f642df

#f642df #dff642 #42dff6

Analogous Colors of #f642df

#f642df #f64285 #b342f6

Monochromatic Colors of #f642df

#f642df

Complementary Color

#f642df #42f659

#f642df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f642df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f642df Color CSS Codes

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

#f642df Text Font Color

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

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


#f642df Background Color

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

This div background color is #f642df


#f642df Border Color

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

This div border color is #f642df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f642df


Comments

No comments written yet.

Please login to write comment.