Color Hex Logo

#ff96dd Color Hex

#FF96DD
(255,150,221)
0 Favorites   0 Comments

Color spaces of #ff96dd

RGB 255150221
HSL0.891.000.79
HSV319°41°100°
CMYK 0.000.410.13   0.00
XYZ65.197548.293274.2918
Yxy48.29320.34720.2572
Hunter Lab69.493345.8525-14.7386
CIE-Lab75.009548.6794-19.1591

#ff96dd color RGB value is (255,150,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010110 11011101
Octal 377 226 335
Decimal 255 150 221
Hex FF 96 DD

RGB Percentages of Color #ff96dd

%40.73
%23.96
%35.30

CMYK Percentages of Color #ff96dd

%0
%41
%13
%0

Triadic Colors of #ff96dd

#ff96dd #ddff96 #96ddff

Analogous Colors of #ff96dd

#ff96dd #ff96a9 #ed96ff

Monochromatic Colors of #ff96dd

#ff96dd

Complementary Color

#ff96dd #96ffb8

#ff96dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff96dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff96dd Color CSS Codes

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

#ff96dd Text Font Color

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

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


#ff96dd Background Color

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

This div background color is #ff96dd


#ff96dd Border Color

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

This div border color is #ff96dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff96dd

Related Colors


Comments

No comments written yet.

Please login to write comment.