Color Hex Logo

#fe07fd Color Hex

#FE07FD
(254,7,253)
0 Favorites   0 Comments

Color spaces of #fe07fd

RGB 2547253
HSL0.830.990.51
HSV300°97°100°
CMYK 0.000.970.00   0.00
XYZ58.678728.314695.3011
Yxy28.31460.32190.1553
Hunter Lab53.2115103.7200-68.9397
CIE-Lab60.171997.4190-59.9813

#fe07fd color RGB value is (254,7,253).

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

The process color (four color CMYK) of #fe07fd color hex is 0.00, 0.97, 0.00, 0.00. Web safe color of #fe07fd is #ff00ff. Color #fe07fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 11111101
Octal 376 7 375
Decimal 254 7 253
Hex FE 7 FD

RGB Percentages of Color #fe07fd

%49.42
%1.36
%49.22

CMYK Percentages of Color #fe07fd

%0
%97
%0
%0

Triadic Colors of #fe07fd

#fe07fd #fdfe07 #07fdfe

Analogous Colors of #fe07fd

#fe07fd #fe0782 #8407fe

Monochromatic Colors of #fe07fd

#fe07fd

Complementary Color

#fe07fd #07fe08

#fe07fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe07fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe07fd Color CSS Codes

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

#fe07fd Text Font Color

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

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


#fe07fd Background Color

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

This div background color is #fe07fd


#fe07fd Border Color

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

This div border color is #fe07fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe07fd

Related Colors


Comments

No comments written yet.

Please login to write comment.