Color Hex Logo

#f951de Color Hex

#F951DE
(249,81,222)
0 Favorites   0 Comments

Color spaces of #f951de

RGB 24981222
HSL0.860.930.65
HSV310°67°98°
CMYK 0.000.670.11   0.02
XYZ55.194231.298572.2394
Yxy31.29850.34770.1972
Hunter Lab55.945178.2004-37.3970
CIE-Lab62.758877.6686-38.6444

#f951de color RGB value is (249,81,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 11011110
Octal 371 121 336
Decimal 249 81 222
Hex F9 51 DE

RGB Percentages of Color #f951de

%45.11
%14.67
%40.22

CMYK Percentages of Color #f951de

%0
%67
%11
%2

Triadic Colors of #f951de

#f951de #def951 #51def9

Analogous Colors of #f951de

#f951de #f9518a #c051f9

Monochromatic Colors of #f951de

#f951de

Complementary Color

#f951de #51f96c

#f951de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f951de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f951de Color CSS Codes

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

#f951de Text Font Color

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

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


#f951de Background Color

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

This div background color is #f951de


#f951de Border Color

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

This div border color is #f951de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f951de


Comments

No comments written yet.

Please login to write comment.