Color Hex Logo

#fe79fe Color Hex

#FE79FE
(254,121,254)
0 Favorites   0 Comments

Color spaces of #fe79fe

RGB 254121254
HSL0.830.990.74
HSV300°52°100°
CMYK 0.000.520.00   0.00
XYZ65.599841.901398.3962
Yxy41.90130.31860.2035
Hunter Lab64.731267.6156-44.8133
CIE-Lab70.802867.7167-43.7012

#fe79fe color RGB value is (254,121,254).

#fe79fe hex color red value is 254, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fe79fe hue: 0.83 , saturation: 0.99 and the lightness value of fe79fe is 0.74.

The process color (four color CMYK) of #fe79fe color hex is 0.00, 0.52, 0.00, 0.00. Web safe color of #fe79fe is #ff66ff. Color #fe79fe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 11111110
Octal 376 171 376
Decimal 254 121 254
Hex FE 79 FE

RGB Percentages of Color #fe79fe

%40.38
%19.24
%40.38

CMYK Percentages of Color #fe79fe

%0
%52
%0
%0

Triadic Colors of #fe79fe

#fe79fe #fefe79 #79fefe

Analogous Colors of #fe79fe

#fe79fe #fe79bc #bc79fe

Monochromatic Colors of #fe79fe

#fe79fe

Complementary Color

#fe79fe #79fe79

#fe79fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe79fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe79fe Color CSS Codes

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

#fe79fe Text Font Color

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

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


#fe79fe Background Color

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

This div background color is #fe79fe


#fe79fe Border Color

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

This div border color is #fe79fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe79fe

Related Colors


Comments

No comments written yet.

Please login to write comment.