Color Hex Logo

#f986dc Color Hex

#F986DC
(249,134,220)
0 Favorites   0 Comments

Color spaces of #f986dc

RGB 249134220
HSL0.880.910.75
HSV315°46°98°
CMYK 0.000.460.12   0.02
XYZ60.510342.357272.6967
Yxy42.35720.34470.2413
Hunter Lab65.082452.0660-20.6689
CIE-Lab71.116554.6284-24.6019

#f986dc color RGB value is (249,134,220).

#f986dc hex color red value is 249, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f986dc hue: 0.88 , saturation: 0.91 and the lightness value of f986dc is 0.75.

The process color (four color CMYK) of #f986dc color hex is 0.00, 0.46, 0.12, 0.02. Web safe color of #f986dc is #ff99cc. Color #f986dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 11011100
Octal 371 206 334
Decimal 249 134 220
Hex F9 86 DC

RGB Percentages of Color #f986dc

%41.29
%22.22
%36.48

CMYK Percentages of Color #f986dc

%0
%46
%12
%2

Triadic Colors of #f986dc

#f986dc #dcf986 #86dcf9

Analogous Colors of #f986dc

#f986dc #f986a3 #dd86f9

Monochromatic Colors of #f986dc

#f986dc

Complementary Color

#f986dc #86f9a3

#f986dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f986dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f986dc Color CSS Codes

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

#f986dc Text Font Color

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

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


#f986dc Background Color

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

This div background color is #f986dc


#f986dc Border Color

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

This div border color is #f986dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f986dc

Related Colors


Comments

No comments written yet.

Please login to write comment.