Color Hex Logo

#f94ce2 Color Hex

#F94CE2
(249,76,226)
0 Favorites   0 Comments

Color spaces of #f94ce2

RGB 24976226
HSL0.860.940.64
HSV308°69°98°
CMYK 0.000.690.09   0.02
XYZ55.378830.799674.9776
Yxy30.79960.34360.1911
Hunter Lab55.497480.9982-41.2533
CIE-Lab62.338179.9466-41.5464

#f94ce2 color RGB value is (249,76,226).

#f94ce2 hex color red value is 249, green value is 76 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #f94ce2 hue: 0.86 , saturation: 0.94 and the lightness value of f94ce2 is 0.64.

The process color (four color CMYK) of #f94ce2 color hex is 0.00, 0.69, 0.09, 0.02. Web safe color of #f94ce2 is #ff33cc. Color #f94ce2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001100 11100010
Octal 371 114 342
Decimal 249 76 226
Hex F9 4C E2

RGB Percentages of Color #f94ce2

%45.19
%13.79
%41.02

CMYK Percentages of Color #f94ce2

%0
%69
%9
%2

Triadic Colors of #f94ce2

#f94ce2 #e2f94c #4ce2f9

Analogous Colors of #f94ce2

#f94ce2 #f94c8c #ba4cf9

Monochromatic Colors of #f94ce2

#f94ce2

Complementary Color

#f94ce2 #4cf963

#f94ce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ce2 Color CSS Codes

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

#f94ce2 Text Font Color

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

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


#f94ce2 Background Color

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

This div background color is #f94ce2


#f94ce2 Border Color

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

This div border color is #f94ce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ce2


Comments

No comments written yet.

Please login to write comment.