Color Hex Logo

#f978de Color Hex

#F978DE
(249,120,222)
0 Favorites   0 Comments

Color spaces of #f978de

RGB 249120222
HSL0.870.910.72
HSV313°52°98°
CMYK 0.000.520.11   0.02
XYZ58.968238.846673.4974
Yxy38.84660.34420.2268
Hunter Lab62.327059.8082-26.2871
CIE-Lab68.640061.6175-29.5111

#f978de color RGB value is (249,120,222).

#f978de hex color red value is 249, green value is 120 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f978de hue: 0.87 , saturation: 0.91 and the lightness value of f978de is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111000 11011110
Octal 371 170 336
Decimal 249 120 222
Hex F9 78 DE

RGB Percentages of Color #f978de

%42.13
%20.30
%37.56

CMYK Percentages of Color #f978de

%0
%52
%11
%2

Triadic Colors of #f978de

#f978de #def978 #78def9

Analogous Colors of #f978de

#f978de #f9789e #d478f9

Monochromatic Colors of #f978de

#f978de

Complementary Color

#f978de #78f993

#f978de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f978de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f978de Color CSS Codes

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

#f978de Text Font Color

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

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


#f978de Background Color

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

This div background color is #f978de


#f978de Border Color

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

This div border color is #f978de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f978de


Comments

No comments written yet.

Please login to write comment.