Color Hex Logo

#ff002f Color Hex

#FF002F
(255,0,47)
0 Favorites   0 Comments

Color spaces of #ff002f

RGB 255047
HSL0.971.000.50
HSV349°100°100°
CMYK 0.001.000.82   0.00
XYZ41.753121.46524.6319
Yxy21.46520.61540.3164
Hunter Lab46.330679.785826.5039
CIE-Lab53.454980.715749.9326

#ff002f color RGB value is (255,0,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 00101111
Octal 377 0 57
Decimal 255 0 47
Hex FF 0 2F

RGB Percentages of Color #ff002f

%84.44
%0.00
%15.56

CMYK Percentages of Color #ff002f

%0
%100
%82
%0

Triadic Colors of #ff002f

#ff002f #2fff00 #002fff

Analogous Colors of #ff002f

#ff002f #ff5100 #ff00af

Monochromatic Colors of #ff002f

#ff002f

Complementary Color

#ff002f #00ffd0

#ff002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff002f Color CSS Codes

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

#ff002f Text Font Color

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

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


#ff002f Background Color

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

This div background color is #ff002f


#ff002f Border Color

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

This div border color is #ff002f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff002f

Related Colors


Comments

No comments written yet.

Please login to write comment.