Color Hex Logo

#ff004f Color Hex

#FF004F
(255,0,79)
3 Favorites   0 Comments

Color spaces of #ff004f

RGB 255079
HSL0.951.000.50
HSV341°100°100°
CMYK 0.001.000.69   0.00
XYZ42.651321.82459.3617
Yxy21.82450.57760.2956
Hunter Lab46.716781.212320.8204
CIE-Lab53.840381.760732.1412

#ff004f color RGB value is (255,0,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 01001111
Octal 377 0 117
Decimal 255 0 79
Hex FF 0 4F

RGB Percentages of Color #ff004f

%76.35
%0.00
%23.65

CMYK Percentages of Color #ff004f

%0
%100
%69
%0

Triadic Colors of #ff004f

#ff004f #4fff00 #004fff

Analogous Colors of #ff004f

#ff004f #ff3100 #ff00cf

Monochromatic Colors of #ff004f

#ff004f

Complementary Color

#ff004f #00ffb0

#ff004f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff004f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff004f Color CSS Codes

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

#ff004f Text Font Color

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

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


#ff004f Background Color

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

This div background color is #ff004f


#ff004f Border Color

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

This div border color is #ff004f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff004f


Comments

No comments written yet.

Please login to write comment.