Color Hex Logo

#fd0700 Color Hex

#FD0700
(253,7,0)
0 Favorites   0 Comments

Color spaces of #fd0700

RGB 25370
HSL0.001.000.50
HSV100°99°
CMYK 0.000.971.00   0.01
XYZ40.584021.03461.9211
Yxy21.03460.63870.3310
Hunter Lab45.863577.691229.6209
CIE-Lab52.987379.149966.8770

#fd0700 color RGB value is (253,7,0).

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

The process color (four color CMYK) of #fd0700 color hex is 0.00, 0.97, 1.00, 0.01. Web safe color of #fd0700 is #ff0000. Color #fd0700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 00000000
Octal 375 7 0
Decimal 253 7 0
Hex FD 7 0

RGB Percentages of Color #fd0700

%97.31
%2.69
%0.00

CMYK Percentages of Color #fd0700

%0
%97
%100
%1

Triadic Colors of #fd0700

#fd0700 #00fd07 #0700fd

Analogous Colors of #fd0700

#fd0700 #fd8600 #fd0078

Monochromatic Colors of #fd0700

#fd0700

Complementary Color

#fd0700 #00f6fd

#fd0700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0700 Color CSS Codes

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

#fd0700 Text Font Color

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

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


#fd0700 Background Color

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

This div background color is #fd0700


#fd0700 Border Color

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

This div border color is #fd0700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0700


Comments

No comments written yet.

Please login to write comment.