Color Hex Logo

#ff002b Color Hex

#FF002B
(255,0,43)
0 Favorites   0 Comments

Color spaces of #ff002b

RGB 255043
HSL0.971.000.50
HSV350°100°100°
CMYK 0.001.000.83   0.00
XYZ41.676021.43444.2262
Yxy21.43440.61890.3183
Hunter Lab46.297379.662226.9959
CIE-Lab53.421780.624851.9762

#ff002b color RGB value is (255,0,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 00101011
Octal 377 0 53
Decimal 255 0 43
Hex FF 0 2B

RGB Percentages of Color #ff002b

%85.57
%0.00
%14.43

CMYK Percentages of Color #ff002b

%0
%100
%83
%0

Triadic Colors of #ff002b

#ff002b #2bff00 #002bff

Analogous Colors of #ff002b

#ff002b #ff5500 #ff00ab

Monochromatic Colors of #ff002b

#ff002b

Complementary Color

#ff002b #00ffd4

#ff002b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff002b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff002b Color CSS Codes

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

#ff002b Text Font Color

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

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


#ff002b Background Color

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

This div background color is #ff002b


#ff002b Border Color

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

This div border color is #ff002b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff002b

Related Colors

#ff002b Color Palettes


Comments

No comments written yet.

Please login to write comment.