Color Hex Logo

#f94ecc Color Hex

#F94ECC
(249,78,204)
0 Favorites   0 Comments

Color spaces of #f94ecc

RGB 24978204
HSL0.880.930.64
HSV316°69°98°
CMYK 0.000.690.18   0.02
XYZ52.690429.948160.1302
Yxy29.94810.36910.2098
Hunter Lab54.724976.0956-26.8389
CIE-Lab61.609476.2173-30.2777

#f94ecc color RGB value is (249,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11001100
Octal 371 116 314
Decimal 249 78 204
Hex F9 4E CC

RGB Percentages of Color #f94ecc

%46.89
%14.69
%38.42

CMYK Percentages of Color #f94ecc

%0
%69
%18
%2

Triadic Colors of #f94ecc

#f94ecc #ccf94e #4eccf9

Analogous Colors of #f94ecc

#f94ecc #f94e77 #d14ef9

Monochromatic Colors of #f94ecc

#f94ecc

Complementary Color

#f94ecc #4ef97b

#f94ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ecc Color CSS Codes

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

#f94ecc Text Font Color

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

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


#f94ecc Background Color

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

This div background color is #f94ecc


#f94ecc Border Color

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

This div border color is #f94ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ecc


Comments

No comments written yet.

Please login to write comment.