Color Hex Logo

#fe9dfa Color Hex

#FE9DFA
(254,157,250)
0 Favorites   0 Comments

Color spaces of #fe9dfa

RGB 254157250
HSL0.840.980.81
HSV302°38°100°
CMYK 0.000.380.02   0.00
XYZ70.185352.086996.7971
Yxy52.08690.32040.2378
Hunter Lab72.171347.2885-29.0007
CIE-Lab77.332849.6350-31.3895

#fe9dfa color RGB value is (254,157,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011101 11111010
Octal 376 235 372
Decimal 254 157 250
Hex FE 9D FA

RGB Percentages of Color #fe9dfa

%38.43
%23.75
%37.82

CMYK Percentages of Color #fe9dfa

%0
%38
%2
%0

Triadic Colors of #fe9dfa

#fe9dfa #fafe9d #9dfafe

Analogous Colors of #fe9dfa

#fe9dfa #fe9dca #d29dfe

Monochromatic Colors of #fe9dfa

#fe9dfa

Complementary Color

#fe9dfa #9dfea1

#fe9dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9dfa Color CSS Codes

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

#fe9dfa Text Font Color

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

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


#fe9dfa Background Color

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

This div background color is #fe9dfa


#fe9dfa Border Color

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

This div border color is #fe9dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.