Color Hex Logo

#fd073a Color Hex

#FD073A
(253,7,58)
0 Favorites   0 Comments

Color spaces of #fd073a

RGB 253758
HSL0.970.980.51
HSV348°97°99°
CMYK 0.000.970.77   0.01
XYZ41.347721.34015.9428
Yxy21.34010.60250.3109
Hunter Lab46.195378.926724.7094
CIE-Lab53.319780.064243.6520

#fd073a color RGB value is (253,7,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 00111010
Octal 375 7 72
Decimal 253 7 58
Hex FD 7 3A

RGB Percentages of Color #fd073a

%79.56
%2.20
%18.24

CMYK Percentages of Color #fd073a

%0
%97
%77
%1

Triadic Colors of #fd073a

#fd073a #3afd07 #073afd

Analogous Colors of #fd073a

#fd073a #fd4f07 #fd07b5

Monochromatic Colors of #fd073a

#fd073a

Complementary Color

#fd073a #07fdca

#fd073a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd073a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd073a Color CSS Codes

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

#fd073a Text Font Color

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

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


#fd073a Background Color

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

This div background color is #fd073a


#fd073a Border Color

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

This div border color is #fd073a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd073a

Related Colors


Comments

No comments written yet.

Please login to write comment.