Color Hex Logo

#fd718b Color Hex

#FD718B
(253,113,139)
0 Favorites   0 Comments

Color spaces of #fd718b

RGB 253113139
HSL0.970.970.72
HSV349°55°99°
CMYK 0.000.550.45   0.01
XYZ51.073334.557028.4044
Yxy34.55700.44790.3030
Hunter Lab58.785252.208912.5013
CIE-Lab65.402355.623012.5563

#fd718b color RGB value is (253,113,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110001 10001011
Octal 375 161 213
Decimal 253 113 139
Hex FD 71 8B

RGB Percentages of Color #fd718b

%50.10
%22.38
%27.52

CMYK Percentages of Color #fd718b

%0
%55
%45
%1

Triadic Colors of #fd718b

#fd718b #8bfd71 #718bfd

Analogous Colors of #fd718b

#fd718b #fd9d71 #fd71d1

Monochromatic Colors of #fd718b

#fd718b

Complementary Color

#fd718b #71fde3

#fd718b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd718b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd718b Color CSS Codes

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

#fd718b Text Font Color

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

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


#fd718b Background Color

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

This div background color is #fd718b


#fd718b Border Color

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

This div border color is #fd718b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd718b

Related Colors


Comments

No comments written yet.

Please login to write comment.