Color Hex Logo

#fe97fe Color Hex

#FE97FE
(254,151,254)
0 Favorites   0 Comments

Color spaces of #fe97fe

RGB 254151254
HSL0.830.980.79
HSV300°41°100°
CMYK 0.000.410.00   0.00
XYZ69.829150.359899.8060
Yxy50.35980.31740.2289
Hunter Lab70.964651.4556-33.7113
CIE-Lab76.289653.3657-35.1604

#fe97fe color RGB value is (254,151,254).

#fe97fe hex color red value is 254, green value is 151 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fe97fe hue: 0.83 , saturation: 0.98 and the lightness value of fe97fe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 11111110
Octal 376 227 376
Decimal 254 151 254
Hex FE 97 FE

RGB Percentages of Color #fe97fe

%38.54
%22.91
%38.54

CMYK Percentages of Color #fe97fe

%0
%41
%0
%0

Triadic Colors of #fe97fe

#fe97fe #fefe97 #97fefe

Analogous Colors of #fe97fe

#fe97fe #fe97cb #cb97fe

Monochromatic Colors of #fe97fe

#fe97fe

Complementary Color

#fe97fe #97fe97

#fe97fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe97fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe97fe Color CSS Codes

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

#fe97fe Text Font Color

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

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


#fe97fe Background Color

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

This div background color is #fe97fe


#fe97fe Border Color

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

This div border color is #fe97fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe97fe

Related Colors


Comments

No comments written yet.

Please login to write comment.