Color Hex Logo

#fd748e Color Hex

#FD748E
(253,116,142)
0 Favorites   0 Comments

Color spaces of #fd748e

RGB 253116142
HSL0.970.970.72
HSV349°54°99°
CMYK 0.000.540.44   0.01
XYZ51.635935.326429.6884
Yxy35.32640.44270.3028
Hunter Lab59.436051.061411.9897
CIE-Lab66.002054.525211.6930

#fd748e color RGB value is (253,116,142).

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

The process color (four color CMYK) of #fd748e color hex is 0.00, 0.54, 0.44, 0.01. Web safe color of #fd748e is #ff6699. Color #fd748e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 10001110
Octal 375 164 216
Decimal 253 116 142
Hex FD 74 8E

RGB Percentages of Color #fd748e

%49.51
%22.70
%27.79

CMYK Percentages of Color #fd748e

%0
%54
%44
%1

Triadic Colors of #fd748e

#fd748e #8efd74 #748efd

Analogous Colors of #fd748e

#fd748e #fd9f74 #fd74d3

Monochromatic Colors of #fd748e

#fd748e

Complementary Color

#fd748e #74fde3

#fd748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd748e Color CSS Codes

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

#fd748e Text Font Color

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

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


#fd748e Background Color

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

This div background color is #fd748e


#fd748e Border Color

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

This div border color is #fd748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd748e


Comments

No comments written yet.

Please login to write comment.