Color Hex Logo

#fd758d Color Hex

#FD758D
(253,117,141)
0 Favorites   0 Comments

Color spaces of #fd758d

RGB 253117141
HSL0.970.970.73
HSV349°54°99°
CMYK 0.000.540.44   0.01
XYZ51.677035.528329.3333
Yxy35.52830.44340.3049
Hunter Lab59.605650.446512.5460
CIE-Lab66.157953.961312.4810

#fd758d color RGB value is (253,117,141).

#fd758d hex color red value is 253, green value is 117 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fd758d hue: 0.97 , saturation: 0.97 and the lightness value of fd758d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110101 10001101
Octal 375 165 215
Decimal 253 117 141
Hex FD 75 8D

RGB Percentages of Color #fd758d

%49.51
%22.90
%27.59

CMYK Percentages of Color #fd758d

%0
%54
%44
%1

Triadic Colors of #fd758d

#fd758d #8dfd75 #758dfd

Analogous Colors of #fd758d

#fd758d #fda175 #fd75d1

Monochromatic Colors of #fd758d

#fd758d

Complementary Color

#fd758d #75fde5

#fd758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd758d Color CSS Codes

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

#fd758d Text Font Color

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

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


#fd758d Background Color

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

This div background color is #fd758d


#fd758d Border Color

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

This div border color is #fd758d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd758d

#fd758d Color Palettes


Comments

No comments written yet.

Please login to write comment.