Color Hex Logo

#ff9fff Color Hex

#FF9FFF
(255,159,255)
1 Favorites   0 Comments

Color spaces of #ff9fff

RGB 255159255
HSL0.831.000.81
HSV300°38°100°
CMYK 0.000.380.00   0.00
XYZ71.688153.2763101.1127
Yxy53.27630.31710.2357
Hunter Lab72.990647.5811-31.0400
CIE-Lab78.037849.7987-32.9903

#ff9fff color RGB value is (255,159,255).

#ff9fff hex color red value is 255, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ff9fff hue: 0.83 , saturation: 1.00 and the lightness value of ff9fff is 0.81.

The process color (four color CMYK) of #ff9fff color hex is 0.00, 0.38, 0.00, 0.00. Web safe color of #ff9fff is #ff99ff. Color #ff9fff contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011111 11111111
Octal 377 237 377
Decimal 255 159 255
Hex FF 9F FF

RGB Percentages of Color #ff9fff

%38.12
%23.77
%38.12

CMYK Percentages of Color #ff9fff

%0
%38
%0
%0

Triadic Colors of #ff9fff

#ff9fff #ffff9f #9fffff

Analogous Colors of #ff9fff

#ff9fff #ff9fcf #cf9fff

Monochromatic Colors of #ff9fff

#ff9fff

Complementary Color

#ff9fff #9fff9f

#ff9fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9fff Color CSS Codes

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

#ff9fff Text Font Color

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

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


#ff9fff Background Color

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

This div background color is #ff9fff


#ff9fff Border Color

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

This div border color is #ff9fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9fff

Related Colors

#ff9fff Color Palettes


Comments

No comments written yet.

Please login to write comment.