Color Hex Logo

#f97acd Color Hex

#F97ACD
(249,122,205)
0 Favorites   0 Comments

Color spaces of #f97acd

RGB 249122205
HSL0.890.910.73
HSV321°51°98°
CMYK 0.000.510.18   0.02
XYZ57.045938.466662.1758
Yxy38.46660.36180.2439
Hunter Lab62.021455.6427-16.0225
CIE-Lab68.363158.1259-20.4734

#f97acd color RGB value is (249,122,205).

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

The process color (four color CMYK) of #f97acd color hex is 0.00, 0.51, 0.18, 0.02. Web safe color of #f97acd is #ff66cc. Color #f97acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111010 11001101
Octal 371 172 315
Decimal 249 122 205
Hex F9 7A CD

RGB Percentages of Color #f97acd

%43.23
%21.18
%35.59

CMYK Percentages of Color #f97acd

%0
%51
%18
%2

Triadic Colors of #f97acd

#f97acd #cdf97a #7acdf9

Analogous Colors of #f97acd

#f97acd #f97a8e #e67af9

Monochromatic Colors of #f97acd

#f97acd

Complementary Color

#f97acd #7af9a6

#f97acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97acd Color CSS Codes

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

#f97acd Text Font Color

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

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


#f97acd Background Color

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

This div background color is #f97acd


#f97acd Border Color

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

This div border color is #f97acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97acd


Comments

No comments written yet.

Please login to write comment.