Color Hex Logo

#f985dc Color Hex

#F985DC
(249,133,220)
0 Favorites   0 Comments

Color spaces of #f985dc

RGB 249133220
HSL0.880.910.75
HSV315°47°98°
CMYK 0.000.470.12   0.02
XYZ60.372742.082172.6508
Yxy42.08210.34480.2403
Hunter Lab64.870752.5994-20.9913
CIE-Lab70.927555.1168-24.8910

#f985dc color RGB value is (249,133,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 11011100
Octal 371 205 334
Decimal 249 133 220
Hex F9 85 DC

RGB Percentages of Color #f985dc

%41.36
%22.09
%36.54

CMYK Percentages of Color #f985dc

%0
%47
%12
%2

Triadic Colors of #f985dc

#f985dc #dcf985 #85dcf9

Analogous Colors of #f985dc

#f985dc #f985a2 #dc85f9

Monochromatic Colors of #f985dc

#f985dc

Complementary Color

#f985dc #85f9a2

#f985dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f985dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f985dc Color CSS Codes

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

#f985dc Text Font Color

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

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


#f985dc Background Color

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

This div background color is #f985dc


#f985dc Border Color

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

This div border color is #f985dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f985dc


Comments

No comments written yet.

Please login to write comment.