Color Hex Logo

#f904ec Color Hex

#F904EC
(249,4,236)
0 Favorites   0 Comments

Color spaces of #f904ec

RGB 2494236
HSL0.840.970.50
HSV303°98°98°
CMYK 0.000.980.05   0.02
XYZ54.250726.282781.5706
Yxy26.28270.33470.1621
Hunter Lab51.266799.1732-58.4499
CIE-Lab58.304494.4780-53.5330

#f904ec color RGB value is (249,4,236).

#f904ec hex color red value is 249, green value is 4 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f904ec hue: 0.84 , saturation: 0.97 and the lightness value of f904ec is 0.50.

The process color (four color CMYK) of #f904ec color hex is 0.00, 0.98, 0.05, 0.02. Web safe color of #f904ec is #ff00ff. Color #f904ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000100 11101100
Octal 371 4 354
Decimal 249 4 236
Hex F9 4 EC

RGB Percentages of Color #f904ec

%50.92
%0.82
%48.26

CMYK Percentages of Color #f904ec

%0
%98
%5
%2

Triadic Colors of #f904ec

#f904ec #ecf904 #04ecf9

Analogous Colors of #f904ec

#f904ec #f90472 #8c04f9

Monochromatic Colors of #f904ec

#f904ec

Complementary Color

#f904ec #04f911

#f904ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f904ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f904ec Color CSS Codes

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

#f904ec Text Font Color

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

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


#f904ec Background Color

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

This div background color is #f904ec


#f904ec Border Color

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

This div border color is #f904ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f904ec


Comments

No comments written yet.

Please login to write comment.