Color Hex Logo

#f94ec2 Color Hex

#F94EC2
(249,78,194)
0 Favorites   0 Comments

Color spaces of #f94ec2

RGB 24978194
HSL0.890.930.64
HSV319°69°98°
CMYK 0.000.690.22   0.02
XYZ51.528929.483654.0140
Yxy29.48360.38160.2184
Hunter Lab54.298874.3714-20.9699
CIE-Lab61.206174.9153-25.2096

#f94ec2 color RGB value is (249,78,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11000010
Octal 371 116 302
Decimal 249 78 194
Hex F9 4E C2

RGB Percentages of Color #f94ec2

%47.79
%14.97
%37.24

CMYK Percentages of Color #f94ec2

%0
%69
%22
%2

Triadic Colors of #f94ec2

#f94ec2 #c2f94e #4ec2f9

Analogous Colors of #f94ec2

#f94ec2 #f94e6d #db4ef9

Monochromatic Colors of #f94ec2

#f94ec2

Complementary Color

#f94ec2 #4ef985

#f94ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ec2 Color CSS Codes

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

#f94ec2 Text Font Color

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

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


#f94ec2 Background Color

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

This div background color is #f94ec2


#f94ec2 Border Color

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

This div border color is #f94ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ec2


Comments

No comments written yet.

Please login to write comment.