Color Hex Logo

#f94ece Color Hex

#F94ECE
(249,78,206)
0 Favorites   0 Comments

Color spaces of #f94ece

RGB 24978206
HSL0.880.930.64
HSV315°69°98°
CMYK 0.000.690.17   0.02
XYZ52.931930.044761.4019
Yxy30.04470.36660.2081
Hunter Lab54.813076.4512-28.0479
CIE-Lab61.692876.4846-31.2827

#f94ece color RGB value is (249,78,206).

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

The process color (four color CMYK) of #f94ece color hex is 0.00, 0.69, 0.17, 0.02. Web safe color of #f94ece is #ff66cc. Color #f94ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11001110
Octal 371 116 316
Decimal 249 78 206
Hex F9 4E CE

RGB Percentages of Color #f94ece

%46.72
%14.63
%38.65

CMYK Percentages of Color #f94ece

%0
%69
%17
%2

Triadic Colors of #f94ece

#f94ece #cef94e #4ecef9

Analogous Colors of #f94ece

#f94ece #f94e79 #cf4ef9

Monochromatic Colors of #f94ece

#f94ece

Complementary Color

#f94ece #4ef979

#f94ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ece Color CSS Codes

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

#f94ece Text Font Color

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

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


#f94ece Background Color

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

This div background color is #f94ece


#f94ece Border Color

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

This div border color is #f94ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ece


Comments

No comments written yet.

Please login to write comment.