Color Hex Logo

#f954de Color Hex

#F954DE
(249,84,222)
0 Favorites   0 Comments

Color spaces of #f954de

RGB 24984222
HSL0.860.930.65
HSV310°66°98°
CMYK 0.000.660.11   0.02
XYZ55.422131.754372.3154
Yxy31.75430.34750.1991
Hunter Lab56.351076.9435-36.6414
CIE-Lab63.139376.6020-38.0495

#f954de color RGB value is (249,84,222).

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

The process color (four color CMYK) of #f954de color hex is 0.00, 0.66, 0.11, 0.02. Web safe color of #f954de is #ff66cc. Color #f954de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 11011110
Octal 371 124 336
Decimal 249 84 222
Hex F9 54 DE

RGB Percentages of Color #f954de

%44.86
%15.14
%40.00

CMYK Percentages of Color #f954de

%0
%66
%11
%2

Triadic Colors of #f954de

#f954de #def954 #54def9

Analogous Colors of #f954de

#f954de #f9548c #c254f9

Monochromatic Colors of #f954de

#f954de

Complementary Color

#f954de #54f96f

#f954de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f954de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f954de Color CSS Codes

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

#f954de Text Font Color

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

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


#f954de Background Color

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

This div background color is #f954de


#f954de Border Color

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

This div border color is #f954de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f954de

Related Colors


Comments

No comments written yet.

Please login to write comment.