Color Hex Logo

#fd073f Color Hex

#FD073F
(253,7,63)
0 Favorites   0 Comments

Color spaces of #fd073f

RGB 253763
HSL0.960.980.51
HSV346°97°99°
CMYK 0.000.970.75   0.01
XYZ41.481221.39356.6457
Yxy21.39350.59670.3077
Hunter Lab46.253179.141323.8583
CIE-Lab53.377580.222540.8713

#fd073f color RGB value is (253,7,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 00111111
Octal 375 7 77
Decimal 253 7 63
Hex FD 7 3F

RGB Percentages of Color #fd073f

%78.33
%2.17
%19.50

CMYK Percentages of Color #fd073f

%0
%97
%75
%1

Triadic Colors of #fd073f

#fd073f #3ffd07 #073ffd

Analogous Colors of #fd073f

#fd073f #fd4a07 #fd07ba

Monochromatic Colors of #fd073f

#fd073f

Complementary Color

#fd073f #07fdc5

#fd073f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd073f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd073f Color CSS Codes

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

#fd073f Text Font Color

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

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


#fd073f Background Color

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

This div background color is #fd073f


#fd073f Border Color

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

This div border color is #fd073f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,7,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd073f


Comments

No comments written yet.

Please login to write comment.