Color Hex Logo

#f954ef Color Hex

#F954EF
(249,84,239)
0 Favorites   0 Comments

Color spaces of #f954ef

RGB 24984239
HSL0.840.930.65
HSV304°66°98°
CMYK 0.000.660.04   0.02
XYZ57.817232.712484.9282
Yxy32.71240.32950.1864
Hunter Lab57.194880.3518-48.0031
CIE-Lab63.927479.1378-46.2971

#f954ef color RGB value is (249,84,239).

#f954ef hex color red value is 249, green value is 84 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f954ef hue: 0.84 , saturation: 0.93 and the lightness value of f954ef is 0.65.

The process color (four color CMYK) of #f954ef color hex is 0.00, 0.66, 0.04, 0.02. Web safe color of #f954ef is #ff66ff. Color #f954ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 11101111
Octal 371 124 357
Decimal 249 84 239
Hex F9 54 EF

RGB Percentages of Color #f954ef

%43.53
%14.69
%41.78

CMYK Percentages of Color #f954ef

%0
%66
%4
%2

Triadic Colors of #f954ef

#f954ef #eff954 #54eff9

Analogous Colors of #f954ef

#f954ef #f9549d #b154f9

Monochromatic Colors of #f954ef

#f954ef

Complementary Color

#f954ef #54f95e

#f954ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f954ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f954ef Color CSS Codes

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

#f954ef Text Font Color

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

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


#f954ef Background Color

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

This div background color is #f954ef


#f954ef Border Color

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

This div border color is #f954ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f954ef


Comments

No comments written yet.

Please login to write comment.