Color Hex Logo

#f981cd Color Hex

#F981CD
(249,129,205)
0 Favorites   0 Comments

Color spaces of #f981cd

RGB 249129205
HSL0.890.910.74
HSV322°48°98°
CMYK 0.000.480.18   0.02
XYZ57.936640.248062.4727
Yxy40.24800.36060.2505
Hunter Lab63.441351.9895-13.9759
CIE-Lab69.645854.7808-18.5255

#f981cd color RGB value is (249,129,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000001 11001101
Octal 371 201 315
Decimal 249 129 205
Hex F9 81 CD

RGB Percentages of Color #f981cd

%42.71
%22.13
%35.16

CMYK Percentages of Color #f981cd

%0
%48
%18
%2

Triadic Colors of #f981cd

#f981cd #cdf981 #81cdf9

Analogous Colors of #f981cd

#f981cd #f98191 #e981f9

Monochromatic Colors of #f981cd

#f981cd

Complementary Color

#f981cd #81f9ad

#f981cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f981cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f981cd Color CSS Codes

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

#f981cd Text Font Color

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

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


#f981cd Background Color

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

This div background color is #f981cd


#f981cd Border Color

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

This div border color is #f981cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f981cd

Related Colors


Comments

No comments written yet.

Please login to write comment.