Color Hex Logo

#fd9eff Color Hex

#FD9EFF
(253,158,255)
0 Favorites   0 Comments

Color spaces of #fd9eff

RGB 253158255
HSL0.831.000.81
HSV299°38°100°
CMYK 0.010.380.00   0.00
XYZ70.784952.5564101.0214
Yxy52.55640.31550.2342
Hunter Lab72.495847.4198-31.8723
CIE-Lab77.612449.7132-33.6652

#fd9eff color RGB value is (253,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011110 11111111
Octal 375 236 377
Decimal 253 158 255
Hex FD 9E FF

RGB Percentages of Color #fd9eff

%37.99
%23.72
%38.29

CMYK Percentages of Color #fd9eff

%1
%38
%0
%0

Triadic Colors of #fd9eff

#fd9eff #fffd9e #9efffd

Analogous Colors of #fd9eff

#fd9eff #ff9ed1 #cd9eff

Monochromatic Colors of #fd9eff

#fd9eff

Complementary Color

#fd9eff #a0ff9e

#fd9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9eff Color CSS Codes

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

#fd9eff Text Font Color

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

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


#fd9eff Background Color

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

This div background color is #fd9eff


#fd9eff Border Color

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

This div border color is #fd9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9eff


Comments

No comments written yet.

Please login to write comment.