Color Hex Logo

#f940ce Color Hex

#F940CE
(249,64,206)
0 Favorites   0 Comments

Color spaces of #f940ce

RGB 24964206
HSL0.870.940.61
HSV314°74°98°
CMYK 0.000.740.17   0.02
XYZ52.040928.262861.1049
Yxy28.26280.36800.1999
Hunter Lab53.162881.6984-30.9336
CIE-Lab60.125480.9192-33.7181

#f940ce color RGB value is (249,64,206).

#f940ce hex color red value is 249, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f940ce hue: 0.87 , saturation: 0.94 and the lightness value of f940ce is 0.61.

The process color (four color CMYK) of #f940ce color hex is 0.00, 0.74, 0.17, 0.02. Web safe color of #f940ce is #ff33cc. Color #f940ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 11001110
Octal 371 100 316
Decimal 249 64 206
Hex F9 40 CE

RGB Percentages of Color #f940ce

%47.98
%12.33
%39.69

CMYK Percentages of Color #f940ce

%0
%74
%17
%2

Triadic Colors of #f940ce

#f940ce #cef940 #40cef9

Analogous Colors of #f940ce

#f940ce #f94072 #c840f9

Monochromatic Colors of #f940ce

#f940ce

Complementary Color

#f940ce #40f96b

#f940ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f940ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f940ce Color CSS Codes

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

#f940ce Text Font Color

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

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


#f940ce Background Color

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

This div background color is #f940ce


#f940ce Border Color

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

This div border color is #f940ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f940ce


Comments

No comments written yet.

Please login to write comment.