Color Hex Logo

#fd033b Color Hex

#FD033B
(253,3,59)
0 Favorites   0 Comments

Color spaces of #fd033b

RGB 253359
HSL0.960.980.50
HSV347°99°99°
CMYK 0.000.990.77   0.01
XYZ41.330021.26356.0636
Yxy21.26350.60200.3097
Hunter Lab46.112479.290924.4822
CIE-Lab53.236780.368142.9982

#fd033b color RGB value is (253,3,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000011 00111011
Octal 375 3 73
Decimal 253 3 59
Hex FD 3 3B

RGB Percentages of Color #fd033b

%80.32
%0.95
%18.73

CMYK Percentages of Color #fd033b

%0
%99
%77
%1

Triadic Colors of #fd033b

#fd033b #3bfd03 #033bfd

Analogous Colors of #fd033b

#fd033b #fd4803 #fd03b8

Monochromatic Colors of #fd033b

#fd033b

Complementary Color

#fd033b #03fdc5

#fd033b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd033b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd033b Color CSS Codes

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

#fd033b Text Font Color

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

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


#fd033b Background Color

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

This div background color is #fd033b


#fd033b Border Color

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

This div border color is #fd033b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd033b


Comments

No comments written yet.

Please login to write comment.