Color Hex Logo

#f985ad Color Hex

#F985AD
(249,133,173)
0 Favorites   0 Comments

Color spaces of #f985ad

RGB 249133173
HSL0.940.910.75
HSV339°47°98°
CMYK 0.000.470.31   0.02
XYZ54.997339.931944.3441
Yxy39.93190.39490.2867
Hunter Lab63.191744.76752.6281
CIE-Lab69.421048.4557-0.9703

#f985ad color RGB value is (249,133,173).

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

The process color (four color CMYK) of #f985ad color hex is 0.00, 0.47, 0.31, 0.02. Web safe color of #f985ad is #ff9999. Color #f985ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 10101101
Octal 371 205 255
Decimal 249 133 173
Hex F9 85 AD

RGB Percentages of Color #f985ad

%44.86
%23.96
%31.17

CMYK Percentages of Color #f985ad

%0
%47
%31
%2

Triadic Colors of #f985ad

#f985ad #adf985 #85adf9

Analogous Colors of #f985ad

#f985ad #f99785 #f985e7

Monochromatic Colors of #f985ad

#f985ad

Complementary Color

#f985ad #85f9d1

#f985ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f985ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f985ad Color CSS Codes

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

#f985ad Text Font Color

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

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


#f985ad Background Color

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

This div background color is #f985ad


#f985ad Border Color

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

This div border color is #f985ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f985ad


Comments

No comments written yet.

Please login to write comment.