Color Hex Logo

#ff003b Color Hex

#FF003B
(255,0,59)
0 Favorites   0 Comments

Color spaces of #ff003b

RGB 255059
HSL0.961.000.50
HSV346°100°100°
CMYK 0.001.000.77   0.00
XYZ42.029421.57586.0870
Yxy21.57580.60310.3096
Hunter Lab46.449880.226124.7452
CIE-Lab53.574081.038943.4817

#ff003b color RGB value is (255,0,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 00111011
Octal 377 0 73
Decimal 255 0 59
Hex FF 0 3B

RGB Percentages of Color #ff003b

%81.21
%0.00
%18.79

CMYK Percentages of Color #ff003b

%0
%100
%77
%0

Triadic Colors of #ff003b

#ff003b #3bff00 #003bff

Analogous Colors of #ff003b

#ff003b #ff4500 #ff00bb

Monochromatic Colors of #ff003b

#ff003b

Complementary Color

#ff003b #00ffc4

#ff003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff003b Color CSS Codes

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

#ff003b Text Font Color

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

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


#ff003b Background Color

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

This div background color is #ff003b


#ff003b Border Color

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

This div border color is #ff003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff003b

Related Colors

#ff003b Color Palettes


Comments

No comments written yet.

Please login to write comment.