Color Hex Logo

#fd746c Color Hex

#FD746C
(253,116,108)
0 Favorites   0 Comments

Color spaces of #fd746c

RGB 253116108
HSL0.010.970.71
HSV57°99°
CMYK 0.000.540.57   0.01
XYZ49.460234.456118.2312
Yxy34.45610.48420.3373
Hunter Lab58.699347.680822.6749
CIE-Lab65.323051.639429.9782

#fd746c color RGB value is (253,116,108).

#fd746c hex color red value is 253, green value is 116 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fd746c hue: 0.01 , saturation: 0.97 and the lightness value of fd746c is 0.71.

The process color (four color CMYK) of #fd746c color hex is 0.00, 0.54, 0.57, 0.01. Web safe color of #fd746c is #ff6666. Color #fd746c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 01101100
Octal 375 164 154
Decimal 253 116 108
Hex FD 74 6C

RGB Percentages of Color #fd746c

%53.04
%24.32
%22.64

CMYK Percentages of Color #fd746c

%0
%54
%57
%1

Triadic Colors of #fd746c

#fd746c #6cfd74 #746cfd

Analogous Colors of #fd746c

#fd746c #fdbd6c #fd6cad

Monochromatic Colors of #fd746c

#fd746c

Complementary Color

#fd746c #6cf5fd

#fd746c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd746c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd746c Color CSS Codes

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

#fd746c Text Font Color

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

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


#fd746c Background Color

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

This div background color is #fd746c


#fd746c Border Color

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

This div border color is #fd746c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd746c

Related Colors


Comments

No comments written yet.

Please login to write comment.