Color Hex Logo

#fd073b Color Hex

#FD073B
(253,7,59)
0 Favorites   0 Comments

Color spaces of #fd073b

RGB 253759
HSL0.960.980.51
HSV347°97°99°
CMYK 0.000.970.77   0.01
XYZ41.373421.35046.0781
Yxy21.35040.60130.3103
Hunter Lab46.206578.967924.5454
CIE-Lab53.330980.094643.0998

#fd073b color RGB value is (253,7,59).

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

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

Base Numbers

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

RGB Percentages of Color #fd073b

%79.31
%2.19
%18.50

CMYK Percentages of Color #fd073b

%0
%97
%77
%1

Triadic Colors of #fd073b

#fd073b #3bfd07 #073bfd

Analogous Colors of #fd073b

#fd073b #fd4e07 #fd07b6

Monochromatic Colors of #fd073b

#fd073b

Complementary Color

#fd073b #07fdc9

#fd073b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd073b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd073b Color CSS Codes

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

#fd073b Text Font Color

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

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


#fd073b Background Color

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

This div background color is #fd073b


#fd073b Border Color

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

This div border color is #fd073b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd073b

Related Colors


Comments

No comments written yet.

Please login to write comment.