Color Hex Logo

#f975de Color Hex

#F975DE
(249,117,222)
0 Favorites   0 Comments

Color spaces of #f975de

RGB 249117222
HSL0.870.920.72
HSV312°53°98°
CMYK 0.000.530.11   0.02
XYZ58.613038.136273.3790
Yxy38.13620.34450.2242
Hunter Lab61.754561.3491-27.2224
CIE-Lab68.120962.9972-30.3119

#f975de color RGB value is (249,117,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 11011110
Octal 371 165 336
Decimal 249 117 222
Hex F9 75 DE

RGB Percentages of Color #f975de

%42.35
%19.90
%37.76

CMYK Percentages of Color #f975de

%0
%53
%11
%2

Triadic Colors of #f975de

#f975de #def975 #75def9

Analogous Colors of #f975de

#f975de #f9759c #d275f9

Monochromatic Colors of #f975de

#f975de

Complementary Color

#f975de #75f990

#f975de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975de Color CSS Codes

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

#f975de Text Font Color

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

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


#f975de Background Color

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

This div background color is #f975de


#f975de Border Color

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

This div border color is #f975de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975de


Comments

No comments written yet.

Please login to write comment.