Color Hex Logo

#fe004b Color Hex

#FE004B
(254,0,75)
0 Favorites   0 Comments

Color spaces of #fe004b

RGB 254075
HSL0.951.000.50
HSV342°100°100°
CMYK 0.001.000.70   0.00
XYZ42.143121.57888.6006
Yxy21.57880.58270.2984
Hunter Lab46.453080.646121.5398
CIE-Lab53.577281.368234.1478

#fe004b color RGB value is (254,0,75).

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

The process color (four color CMYK) of #fe004b color hex is 0.00, 1.00, 0.70, 0.00. Web safe color of #fe004b is #ff0033. Color #fe004b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 01001011
Octal 376 0 113
Decimal 254 0 75
Hex FE 0 4B

RGB Percentages of Color #fe004b

%77.20
%0.00
%22.80

CMYK Percentages of Color #fe004b

%0
%100
%70
%0

Triadic Colors of #fe004b

#fe004b #4bfe00 #004bfe

Analogous Colors of #fe004b

#fe004b #fe3400 #fe00ca

Monochromatic Colors of #fe004b

#fe004b

Complementary Color

#fe004b #00feb3

#fe004b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe004b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe004b Color CSS Codes

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

#fe004b Text Font Color

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

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


#fe004b Background Color

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

This div background color is #fe004b


#fe004b Border Color

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

This div border color is #fe004b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe004b


Comments

No comments written yet.

Please login to write comment.