Color Hex Logo

#ff96df Color Hex

#FF96DF
(255,150,223)
0 Favorites   0 Comments

Color spaces of #ff96df

RGB 255150223
HSL0.881.000.79
HSV318°41°100°
CMYK 0.000.410.13   0.00
XYZ65.465648.400475.7038
Yxy48.40040.34530.2553
Hunter Lab69.570446.2199-15.8178
CIE-Lab75.076848.9930-20.1516

#ff96df color RGB value is (255,150,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010110 11011111
Octal 377 226 337
Decimal 255 150 223
Hex FF 96 DF

RGB Percentages of Color #ff96df

%40.61
%23.89
%35.51

CMYK Percentages of Color #ff96df

%0
%41
%13
%0

Triadic Colors of #ff96df

#ff96df #dfff96 #96dfff

Analogous Colors of #ff96df

#ff96df #ff96ab #eb96ff

Monochromatic Colors of #ff96df

#ff96df

Complementary Color

#ff96df #96ffb6

#ff96df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff96df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff96df Color CSS Codes

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

#ff96df Text Font Color

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

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


#ff96df Background Color

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

This div background color is #ff96df


#ff96df Border Color

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

This div border color is #ff96df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff96df

Related Colors

#ff96df Color Palettes


Comments

No comments written yet.

Please login to write comment.