Color Hex Logo

#f641de Color Hex

#F641DE
(246,65,222)
0 Favorites   0 Comments

Color spaces of #f641de

RGB 24665222
HSL0.860.910.61
HSV308°74°96°
CMYK 0.000.740.10   0.04
XYZ53.081128.647471.8390
Yxy28.64740.34570.1865
Hunter Lab53.523383.3597-42.1128
CIE-Lab60.469282.1449-42.2691

#f641de color RGB value is (246,65,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 11011110
Octal 366 101 336
Decimal 246 65 222
Hex F6 41 DE

RGB Percentages of Color #f641de

%46.15
%12.20
%41.65

CMYK Percentages of Color #f641de

%0
%74
%10
%4

Triadic Colors of #f641de

#f641de #def641 #41def6

Analogous Colors of #f641de

#f641de #f64184 #b441f6

Monochromatic Colors of #f641de

#f641de

Complementary Color

#f641de #41f659

#f641de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f641de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f641de Color CSS Codes

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

#f641de Text Font Color

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

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


#f641de Background Color

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

This div background color is #f641de


#f641de Border Color

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

This div border color is #f641de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f641de

Related Colors


Comments

No comments written yet.

Please login to write comment.