Color Hex Logo

#fe07cf Color Hex

#FE07CF
(254,7,207)
0 Favorites   0 Comments

Color spaces of #fe07cf

RGB 2547207
HSL0.870.990.51
HSV311°97°100°
CMYK 0.000.970.19   0.00
XYZ52.211525.727861.2456
Yxy25.72780.37510.1848
Hunter Lab50.722694.9752-36.0846
CIE-Lab57.777891.4848-37.8923

#fe07cf color RGB value is (254,7,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 11001111
Octal 376 7 317
Decimal 254 7 207
Hex FE 7 CF

RGB Percentages of Color #fe07cf

%54.27
%1.50
%44.23

CMYK Percentages of Color #fe07cf

%0
%97
%19
%0

Triadic Colors of #fe07cf

#fe07cf #cffe07 #07cffe

Analogous Colors of #fe07cf

#fe07cf #fe0754 #b207fe

Monochromatic Colors of #fe07cf

#fe07cf

Complementary Color

#fe07cf #07fe36

#fe07cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe07cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe07cf Color CSS Codes

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

#fe07cf Text Font Color

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

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


#fe07cf Background Color

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

This div background color is #fe07cf


#fe07cf Border Color

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

This div border color is #fe07cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe07cf

Related Colors


Comments

No comments written yet.

Please login to write comment.