Color Hex Logo

#fd1156 Color Hex

#FD1156
(253,17,86)
0 Favorites   0 Comments

Color spaces of #fd1156

RGB 2531786
HSL0.950.980.53
HSV342°93°99°
CMYK 0.000.930.66   0.01
XYZ42.388221.955410.8078
Yxy21.95540.56400.2921
Hunter Lab46.856679.478719.1240
CIE-Lab53.979780.371328.0521

#fd1156 color RGB value is (253,17,86).

#fd1156 hex color red value is 253, green value is 17 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fd1156 hue: 0.95 , saturation: 0.98 and the lightness value of fd1156 is 0.53.

The process color (four color CMYK) of #fd1156 color hex is 0.00, 0.93, 0.66, 0.01. Web safe color of #fd1156 is #ff0066. Color #fd1156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 01010110
Octal 375 21 126
Decimal 253 17 86
Hex FD 11 56

RGB Percentages of Color #fd1156

%71.07
%4.78
%24.16

CMYK Percentages of Color #fd1156

%0
%93
%66
%1

Triadic Colors of #fd1156

#fd1156 #56fd11 #1156fd

Analogous Colors of #fd1156

#fd1156 #fd4211 #fd11cc

Monochromatic Colors of #fd1156

#fd1156

Complementary Color

#fd1156 #11fdb8

#fd1156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1156 Color CSS Codes

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

#fd1156 Text Font Color

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

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


#fd1156 Background Color

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

This div background color is #fd1156


#fd1156 Border Color

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

This div border color is #fd1156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1156

Related Colors


Comments

No comments written yet.

Please login to write comment.