color codes Logo

#f975dd color codes

#F975DD
(249,117,221)
0 Favorites   0 Comments

Color spaces of #f975dd

RGB 249117221
HSL0.870.920.72
HSV313°53°98°
CMYK 0.000.530.11   0.02
XYZ58.479438.082872.6751
Yxy38.08280.34550.2250
Hunter Lab61.711361.1571-26.6258
CIE-Lab68.081662.8429-29.8171

#f975dd color RGB value is (249,117,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 11011101
Octal 371 165 335
Decimal 249 117 221
Hex F9 75 DD

RGB Percentages of Color #f975dd

%42.42
%19.93
%37.65

CMYK Percentages of Color #f975dd

%0
%53
%11
%2

Triadic Colors of #f975dd

#f975dd #ddf975 #75ddf9

Analogous Colors of #f975dd

#f975dd #f9759b #d375f9

Monochromatic Colors of #f975dd

#f975dd

Complementary Color

#f975dd #75f991

#f975dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975dd Color CSS Codes

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

#f975dd Text Font Color

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

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


#f975dd Background Color

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

This div background color is #f975dd


#f975dd Border Color

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

This div border color is #f975dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975dd


Comments

No comments written yet.

Please login to write comment.