Color Hex Logo

#ff97df Color Hex

#FF97DF
(255,151,223)
0 Favorites   0 Comments

Color spaces of #ff97df

RGB 255151223
HSL0.881.000.80
HSV318°41°100°
CMYK 0.000.410.13   0.00
XYZ65.625948.720975.7573
Yxy48.72090.34520.2563
Hunter Lab69.800445.6741-15.4897
CIE-Lab75.277448.4885-19.8474

#ff97df color RGB value is (255,151,223).

#ff97df hex color red value is 255, green value is 151 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ff97df hue: 0.88 , saturation: 1.00 and the lightness value of ff97df is 0.80.

The process color (four color CMYK) of #ff97df color hex is 0.00, 0.41, 0.13, 0.00. Web safe color of #ff97df is #ff99cc. Color #ff97df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 11011111
Octal 377 227 337
Decimal 255 151 223
Hex FF 97 DF

RGB Percentages of Color #ff97df

%40.54
%24.01
%35.45

CMYK Percentages of Color #ff97df

%0
%41
%13
%0

Triadic Colors of #ff97df

#ff97df #dfff97 #97dfff

Analogous Colors of #ff97df

#ff97df #ff97ab #eb97ff

Monochromatic Colors of #ff97df

#ff97df

Complementary Color

#ff97df #97ffb7

#ff97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff97df Color CSS Codes

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

#ff97df Text Font Color

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

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


#ff97df Background Color

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

This div background color is #ff97df


#ff97df Border Color

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

This div border color is #ff97df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,151,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff97df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff97df;
  -webkit-box-shadow: 1px 1px 3px 2px #ff97df;
  box-shadow:         1px 1px 3px 2px #ff97df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,151,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff97df

Related Colors


Comments

No comments written yet.

Please login to write comment.