Color Hex Logo

#f64cde Color Hex

#F64CDE
(246,76,222)
0 Favorites   0 Comments

Color spaces of #f64cde

RGB 24676222
HSL0.860.900.63
HSV308°69°96°
CMYK 0.000.690.10   0.04
XYZ53.775330.035672.0704
Yxy30.03560.34500.1927
Hunter Lab54.804779.2388-39.6054
CIE-Lab61.684978.6918-40.3598

#f64cde color RGB value is (246,76,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001100 11011110
Octal 366 114 336
Decimal 246 76 222
Hex F6 4C DE

RGB Percentages of Color #f64cde

%45.22
%13.97
%40.81

CMYK Percentages of Color #f64cde

%0
%69
%10
%4

Triadic Colors of #f64cde

#f64cde #def64c #4cdef6

Analogous Colors of #f64cde

#f64cde #f64c89 #b94cf6

Monochromatic Colors of #f64cde

#f64cde

Complementary Color

#f64cde #4cf664

#f64cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64cde Color CSS Codes

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

#f64cde Text Font Color

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

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


#f64cde Background Color

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

This div background color is #f64cde


#f64cde Border Color

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

This div border color is #f64cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64cde


Comments

No comments written yet.

Please login to write comment.