Color Hex Logo

#fd938d Color Hex

#FD938D
(253,147,141)
0 Favorites   0 Comments

Color spaces of #fd938d

RGB 253147141
HSL0.010.970.77
HSV44°99°
CMYK 0.000.420.44   0.01
XYZ55.749443.673230.6907
Yxy43.67320.42850.3357
Hunter Lab66.085734.931318.7253
CIE-Lab72.009539.188920.6075

#fd938d color RGB value is (253,147,141).

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

The process color (four color CMYK) of #fd938d color hex is 0.00, 0.42, 0.44, 0.01. Web safe color of #fd938d is #ff9999. Color #fd938d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 10001101
Octal 375 223 215
Decimal 253 147 141
Hex FD 93 8D

RGB Percentages of Color #fd938d

%46.77
%27.17
%26.06

CMYK Percentages of Color #fd938d

%0
%42
%44
%1

Triadic Colors of #fd938d

#fd938d #8dfd93 #938dfd

Analogous Colors of #fd938d

#fd938d #fdcb8d #fd8dbf

Monochromatic Colors of #fd938d

#fd938d

Complementary Color

#fd938d #8df7fd

#fd938d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd938d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd938d Color CSS Codes

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

#fd938d Text Font Color

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

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


#fd938d Background Color

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

This div background color is #fd938d


#fd938d Border Color

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

This div border color is #fd938d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,147,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 #fd938d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd938d


Comments

No comments written yet.

Please login to write comment.