Color Hex Logo

#fd738c Color Hex

#FD738C
(253,115,140)
0 Favorites   0 Comments

Color spaces of #fd738c

RGB 253115140
HSL0.970.970.72
HSV349°55°99°
CMYK 0.000.550.45   0.01
XYZ51.372435.037628.8662
Yxy35.03760.44560.3039
Hunter Lab59.192651.330712.5211
CIE-Lab65.777954.795912.5152

#fd738c color RGB value is (253,115,140).

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

The process color (four color CMYK) of #fd738c color hex is 0.00, 0.55, 0.45, 0.01. Web safe color of #fd738c is #ff6699. Color #fd738c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 10001100
Octal 375 163 214
Decimal 253 115 140
Hex FD 73 8C

RGB Percentages of Color #fd738c

%49.80
%22.64
%27.56

CMYK Percentages of Color #fd738c

%0
%55
%45
%1

Triadic Colors of #fd738c

#fd738c #8cfd73 #738cfd

Analogous Colors of #fd738c

#fd738c #fd9f73 #fd73d1

Monochromatic Colors of #fd738c

#fd738c

Complementary Color

#fd738c #73fde4

#fd738c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd738c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd738c Color CSS Codes

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

#fd738c Text Font Color

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

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


#fd738c Background Color

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

This div background color is #fd738c


#fd738c Border Color

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

This div border color is #fd738c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd738c

Related Colors


Comments

No comments written yet.

Please login to write comment.