Color Hex Logo

#fe9ffd Color Hex

#FE9FFD
(254,159,253)
0 Favorites   0 Comments

Color spaces of #fe9ffd

RGB 254159253
HSL0.840.980.81
HSV301°37°100°
CMYK 0.000.370.00   0.00
XYZ71.000852.959099.4085
Yxy52.95900.31790.2371
Hunter Lab72.772946.8006-30.0496
CIE-Lab77.850849.1459-32.2104

#fe9ffd color RGB value is (254,159,253).

#fe9ffd hex color red value is 254, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fe9ffd hue: 0.84 , saturation: 0.98 and the lightness value of fe9ffd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011111 11111101
Octal 376 237 375
Decimal 254 159 253
Hex FE 9F FD

RGB Percentages of Color #fe9ffd

%38.14
%23.87
%37.99

CMYK Percentages of Color #fe9ffd

%0
%37
%0
%0

Triadic Colors of #fe9ffd

#fe9ffd #fdfe9f #9ffdfe

Analogous Colors of #fe9ffd

#fe9ffd #fe9fce #d09ffe

Monochromatic Colors of #fe9ffd

#fe9ffd

Complementary Color

#fe9ffd #9ffea0

#fe9ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9ffd Color CSS Codes

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

#fe9ffd Text Font Color

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

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


#fe9ffd Background Color

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

This div background color is #fe9ffd


#fe9ffd Border Color

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

This div border color is #fe9ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.