Color Hex Logo

#fe024f Color Hex

#FE024F
(254,2,79)
0 Favorites   0 Comments

Color spaces of #fe024f

RGB 254279
HSL0.950.990.50
HSV342°99°100°
CMYK 0.000.990.69   0.00
XYZ42.306021.67889.3518
Yxy21.67880.57690.2956
Hunter Lab46.560580.708620.6838
CIE-Lab53.684581.396331.9038

#fe024f color RGB value is (254,2,79).

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

The process color (four color CMYK) of #fe024f color hex is 0.00, 0.99, 0.69, 0.00. Web safe color of #fe024f is #ff0066. Color #fe024f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000010 01001111
Octal 376 2 117
Decimal 254 2 79
Hex FE 2 4F

RGB Percentages of Color #fe024f

%75.82
%0.60
%23.58

CMYK Percentages of Color #fe024f

%0
%99
%69
%0

Triadic Colors of #fe024f

#fe024f #4ffe02 #024ffe

Analogous Colors of #fe024f

#fe024f #fe3302 #fe02cd

Monochromatic Colors of #fe024f

#fe024f

Complementary Color

#fe024f #02feb1

#fe024f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe024f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe024f Color CSS Codes

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

#fe024f Text Font Color

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

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


#fe024f Background Color

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

This div background color is #fe024f


#fe024f Border Color

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

This div border color is #fe024f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe024f

Related Colors


Comments

No comments written yet.

Please login to write comment.