Color Hex Logo

#f64ece Color Hex

#F64ECE
(246,78,206)
0 Favorites   0 Comments

Color spaces of #f64ece

RGB 24678206
HSL0.870.900.64
HSV314°68°96°
CMYK 0.000.680.16   0.04
XYZ51.871029.497861.3523
Yxy29.49780.36340.2067
Hunter Lab54.311975.4321-28.9574
CIE-Lab61.218575.7621-32.0559

#f64ece color RGB value is (246,78,206).

#f64ece hex color red value is 246, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f64ece hue: 0.87 , saturation: 0.90 and the lightness value of f64ece is 0.64.

The process color (four color CMYK) of #f64ece color hex is 0.00, 0.68, 0.16, 0.04. Web safe color of #f64ece is #ff66cc. Color #f64ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001110 11001110
Octal 366 116 316
Decimal 246 78 206
Hex F6 4E CE

RGB Percentages of Color #f64ece

%46.42
%14.72
%38.87

CMYK Percentages of Color #f64ece

%0
%68
%16
%4

Triadic Colors of #f64ece

#f64ece #cef64e #4ecef6

Analogous Colors of #f64ece

#f64ece #f64e7a #ca4ef6

Monochromatic Colors of #f64ece

#f64ece

Complementary Color

#f64ece #4ef676

#f64ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64ece Color CSS Codes

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

#f64ece Text Font Color

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

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


#f64ece Background Color

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

This div background color is #f64ece


#f64ece Border Color

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

This div border color is #f64ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64ece


Comments

No comments written yet.

Please login to write comment.