Color Hex Logo

#f641e0 Color Hex

#F641E0
(246,65,224)
0 Favorites   0 Comments

Color spaces of #f641e0

RGB 24665224
HSL0.850.910.61
HSV307°74°96°
CMYK 0.000.740.09   0.04
XYZ53.350928.755273.2594
Yxy28.75520.34340.1851
Hunter Lab53.623983.7496-43.4636
CIE-Lab60.565082.4284-43.2440

#f641e0 color RGB value is (246,65,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 11100000
Octal 366 101 340
Decimal 246 65 224
Hex F6 41 E0

RGB Percentages of Color #f641e0

%45.98
%12.15
%41.87

CMYK Percentages of Color #f641e0

%0
%74
%9
%4

Triadic Colors of #f641e0

#f641e0 #e0f641 #41e0f6

Analogous Colors of #f641e0

#f641e0 #f64186 #b241f6

Monochromatic Colors of #f641e0

#f641e0

Complementary Color

#f641e0 #41f657

#f641e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f641e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f641e0 Color CSS Codes

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

#f641e0 Text Font Color

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

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


#f641e0 Background Color

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

This div background color is #f641e0


#f641e0 Border Color

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

This div border color is #f641e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f641e0


Comments

No comments written yet.

Please login to write comment.