Color Hex Logo

#f973de Color Hex

#F973DE
(249,115,222)
0 Favorites   0 Comments

Color spaces of #f973de

RGB 249115222
HSL0.870.920.71
HSV312°54°98°
CMYK 0.000.540.11   0.02
XYZ58.382537.675173.3022
Yxy37.67510.34470.2225
Hunter Lab61.380062.3677-27.8402
CIE-Lab67.780563.9058-30.8376

#f973de color RGB value is (249,115,222).

#f973de hex color red value is 249, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f973de hue: 0.87 , saturation: 0.92 and the lightness value of f973de is 0.71.

The process color (four color CMYK) of #f973de color hex is 0.00, 0.54, 0.11, 0.02. Web safe color of #f973de is #ff66cc. Color #f973de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110011 11011110
Octal 371 163 336
Decimal 249 115 222
Hex F9 73 DE

RGB Percentages of Color #f973de

%42.49
%19.62
%37.88

CMYK Percentages of Color #f973de

%0
%54
%11
%2

Triadic Colors of #f973de

#f973de #def973 #73def9

Analogous Colors of #f973de

#f973de #f9739b #d173f9

Monochromatic Colors of #f973de

#f973de

Complementary Color

#f973de #73f98e

#f973de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f973de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f973de Color CSS Codes

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

#f973de Text Font Color

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

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


#f973de Background Color

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

This div background color is #f973de


#f973de Border Color

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

This div border color is #f973de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f973de


Comments

No comments written yet.

Please login to write comment.