Color Hex Logo

#fd938a Color Hex

#FD938A
(253,147,138)
0 Favorites   0 Comments

Color spaces of #fd938a

RGB 253147138
HSL0.010.970.77
HSV45°99°
CMYK 0.000.420.45   0.01
XYZ55.529243.585129.5308
Yxy43.58510.43160.3388
Hunter Lab66.019034.604719.6924
CIE-Lab71.950338.892422.1786

#fd938a color RGB value is (253,147,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 10001010
Octal 375 223 212
Decimal 253 147 138
Hex FD 93 8A

RGB Percentages of Color #fd938a

%47.03
%27.32
%25.65

CMYK Percentages of Color #fd938a

%0
%42
%45
%1

Triadic Colors of #fd938a

#fd938a #8afd93 #938afd

Analogous Colors of #fd938a

#fd938a #fdcd8a #fd8abb

Monochromatic Colors of #fd938a

#fd938a

Complementary Color

#fd938a #8af4fd

#fd938a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd938a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd938a Color CSS Codes

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

#fd938a Text Font Color

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

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


#fd938a Background Color

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

This div background color is #fd938a


#fd938a Border Color

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

This div border color is #fd938a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd938a


Comments

No comments written yet.

Please login to write comment.