Color Hex Logo

#fe005f Color Hex

#FE005F
(254,0,95)
0 Favorites   0 Comments

Color spaces of #fe005f

RGB 254095
HSL0.941.000.50
HSV338°100°100°
CMYK 0.001.000.63   0.00
XYZ42.938621.897112.7899
Yxy21.89710.55310.2821
Hunter Lab46.794381.902016.5508
CIE-Lab53.917782.284922.5989

#fe005f color RGB value is (254,0,95).

#fe005f hex color red value is 254, green value is 0 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fe005f hue: 0.94 , saturation: 1.00 and the lightness value of fe005f is 0.50.

The process color (four color CMYK) of #fe005f color hex is 0.00, 1.00, 0.63, 0.00. Web safe color of #fe005f is #ff0066. Color #fe005f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 01011111
Octal 376 0 137
Decimal 254 0 95
Hex FE 0 5F

RGB Percentages of Color #fe005f

%72.78
%0.00
%27.22

CMYK Percentages of Color #fe005f

%0
%100
%63
%0

Triadic Colors of #fe005f

#fe005f #5ffe00 #005ffe

Analogous Colors of #fe005f

#fe005f #fe2000 #fe00de

Monochromatic Colors of #fe005f

#fe005f

Complementary Color

#fe005f #00fe9f

#fe005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe005f Color CSS Codes

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

#fe005f Text Font Color

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

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


#fe005f Background Color

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

This div background color is #fe005f


#fe005f Border Color

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

This div border color is #fe005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe005f


Comments

No comments written yet.

Please login to write comment.