Color Hex Logo

#fe204f Color Hex

#FE204F
(254,32,79)
0 Favorites   0 Comments

Color spaces of #fe204f

RGB 2543279
HSL0.960.990.56
HSV347°87°100°
CMYK 0.000.870.69   0.00
XYZ42.800822.66849.5167
Yxy22.66840.57080.3023
Hunter Lab47.611377.144921.4769
CIE-Lab54.729178.376333.1892

#fe204f color RGB value is (254,32,79).

#fe204f hex color red value is 254, green value is 32 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fe204f hue: 0.96 , saturation: 0.99 and the lightness value of fe204f is 0.56.

The process color (four color CMYK) of #fe204f color hex is 0.00, 0.87, 0.69, 0.00. Web safe color of #fe204f is #ff3366. Color #fe204f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 01001111
Octal 376 40 117
Decimal 254 32 79
Hex FE 20 4F

RGB Percentages of Color #fe204f

%69.59
%8.77
%21.64

CMYK Percentages of Color #fe204f

%0
%87
%69
%0

Triadic Colors of #fe204f

#fe204f #4ffe20 #204ffe

Analogous Colors of #fe204f

#fe204f #fe6020 #fe20be

Monochromatic Colors of #fe204f

#fe204f

Complementary Color

#fe204f #20fecf

#fe204f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe204f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe204f Color CSS Codes

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

#fe204f Text Font Color

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

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


#fe204f Background Color

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

This div background color is #fe204f


#fe204f Border Color

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

This div border color is #fe204f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe204f


Comments

No comments written yet.

Please login to write comment.