Color Hex Logo

#fd0636 Color Hex

#FD0636
(253,6,54)
0 Favorites   0 Comments

Color spaces of #fd0636

RGB 253654
HSL0.970.980.51
HSV348°98°99°
CMYK 0.000.980.79   0.01
XYZ41.239021.27925.4238
Yxy21.27920.60700.3132
Hunter Lab46.129478.850025.3194
CIE-Lab53.253780.016445.8143

#fd0636 color RGB value is (253,6,54).

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

The process color (four color CMYK) of #fd0636 color hex is 0.00, 0.98, 0.79, 0.01. Web safe color of #fd0636 is #ff0033. Color #fd0636 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000110 00110110
Octal 375 6 66
Decimal 253 6 54
Hex FD 6 36

RGB Percentages of Color #fd0636

%80.83
%1.92
%17.25

CMYK Percentages of Color #fd0636

%0
%98
%79
%1

Triadic Colors of #fd0636

#fd0636 #36fd06 #0636fd

Analogous Colors of #fd0636

#fd0636 #fd5206 #fd06b2

Monochromatic Colors of #fd0636

#fd0636

Complementary Color

#fd0636 #06fdcd

#fd0636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0636 Color CSS Codes

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

#fd0636 Text Font Color

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

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


#fd0636 Background Color

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

This div background color is #fd0636


#fd0636 Border Color

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

This div border color is #fd0636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0636

Related Colors


Comments

No comments written yet.

Please login to write comment.