color codes Logo

#fe078f color codes

#FE078F
(254,7,143)
0 Favorites   0 Comments

Color spaces of #fe078f

RGB 2547143
HSL0.910.990.51
HSV327°97°100°
CMYK 0.000.970.44   0.00
XYZ45.907023.206028.0462
Yxy23.20600.47250.2388
Hunter Lab48.172685.8029-0.7979
CIE-Lab55.283985.0405-4.3497

#fe078f color RGB value is (254,7,143).

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

The process color (four color CMYK) of #fe078f color code is 0.00, 0.97, 0.44, 0.00. Web safe color of #fe078f is #ff0099. Color #fe078f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 10001111
Octal 376 7 217
Decimal 254 7 143
Hex FE 7 8F

RGB Percentages of Color #fe078f

%62.87
%1.73
%35.40

CMYK Percentages of Color #fe078f

%0
%97
%44
%0

Triadic Colors of #fe078f

#fe078f #8ffe07 #078ffe

Analogous Colors of #fe078f

#fe078f #fe0713 #f207fe

Monochromatic Colors of #fe078f

#fe078f

Complementary Color

#fe078f #07fe76

#fe078f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe078f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe078f Color CSS Codes

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

#fe078f Text Font Color

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

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


#fe078f Background Color

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

This div background color is #fe078f


#fe078f Border Color

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

This div border color is #fe078f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe078f

Related Colors


Comments

No comments written yet.

Please login to write comment.