Color Hex Logo

#f978d0 Color Hex

#F978D0
(249,120,208)
0 Favorites   0 Comments

Color spaces of #f978d0

RGB 249120208
HSL0.890.910.72
HSV319°52°98°
CMYK 0.000.520.16   0.02
XYZ57.168638.126764.0206
Yxy38.12670.35880.2393
Hunter Lab61.746857.2082-18.2505
CIE-Lab68.113959.5022-22.5282

#f978d0 color RGB value is (249,120,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111000 11010000
Octal 371 170 320
Decimal 249 120 208
Hex F9 78 D0

RGB Percentages of Color #f978d0

%43.15
%20.80
%36.05

CMYK Percentages of Color #f978d0

%0
%52
%16
%2

Triadic Colors of #f978d0

#f978d0 #d0f978 #78d0f9

Analogous Colors of #f978d0

#f978d0 #f97890 #e278f9

Monochromatic Colors of #f978d0

#f978d0

Complementary Color

#f978d0 #78f9a1

#f978d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f978d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f978d0 Color CSS Codes

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

#f978d0 Text Font Color

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

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


#f978d0 Background Color

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

This div background color is #f978d0


#f978d0 Border Color

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

This div border color is #f978d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f978d0


Comments

No comments written yet.

Please login to write comment.