Color Hex Logo

#ff9eff Color Hex

#FF9EFF
(255,158,255)
0 Favorites   0 Comments

Color spaces of #ff9eff

RGB 255158255
HSL0.831.000.81
HSV300°38°100°
CMYK 0.000.380.00   0.00
XYZ71.516952.9337101.0556
Yxy52.93370.31710.2347
Hunter Lab72.755548.1389-31.4234
CIE-Lab77.835850.3069-33.3019

#ff9eff color RGB value is (255,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011110 11111111
Octal 377 236 377
Decimal 255 158 255
Hex FF 9E FF

RGB Percentages of Color #ff9eff

%38.17
%23.65
%38.17

CMYK Percentages of Color #ff9eff

%0
%38
%0
%0

Triadic Colors of #ff9eff

#ff9eff #ffff9e #9effff

Analogous Colors of #ff9eff

#ff9eff #ff9ecf #cf9eff

Monochromatic Colors of #ff9eff

#ff9eff

Complementary Color

#ff9eff #9eff9e

#ff9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9eff Color CSS Codes

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

#ff9eff Text Font Color

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

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


#ff9eff Background Color

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

This div background color is #ff9eff


#ff9eff Border Color

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

This div border color is #ff9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9eff

Related Colors

#ff9eff Color Palettes


Comments

No comments written yet.

Please login to write comment.