Color Hex Logo

#f985cd Color Hex

#F985CD
(249,133,205)
0 Favorites   0 Comments

Color spaces of #f985cd

RGB 249133205
HSL0.900.910.75
HSV323°47°98°
CMYK 0.000.470.18   0.02
XYZ58.473941.322662.6517
Yxy41.32260.36000.2544
Hunter Lab64.282749.8756-12.7879
CIE-Lab70.401452.8306-17.3814

#f985cd color RGB value is (249,133,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 11001101
Octal 371 205 315
Decimal 249 133 205
Hex F9 85 CD

RGB Percentages of Color #f985cd

%42.42
%22.66
%34.92

CMYK Percentages of Color #f985cd

%0
%47
%18
%2

Triadic Colors of #f985cd

#f985cd #cdf985 #85cdf9

Analogous Colors of #f985cd

#f985cd #f98593 #eb85f9

Monochromatic Colors of #f985cd

#f985cd

Complementary Color

#f985cd #85f9b1

#f985cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f985cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f985cd Color CSS Codes

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

#f985cd Text Font Color

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

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


#f985cd Background Color

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

This div background color is #f985cd


#f985cd Border Color

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

This div border color is #f985cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f985cd


Comments

No comments written yet.

Please login to write comment.