Color Hex Logo

#ff718e Color Hex

#FF718E
(255,113,142)
0 Favorites   0 Comments

Color spaces of #ff718e

RGB 255113142
HSL0.971.000.72
HSV348°56°100°
CMYK 0.000.560.44   0.00
XYZ52.027635.023229.6092
Yxy35.02320.44600.3002
Hunter Lab59.180453.360011.7622
CIE-Lab65.766756.568411.4028

#ff718e color RGB value is (255,113,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110001 10001110
Octal 377 161 216
Decimal 255 113 142
Hex FF 71 8E

RGB Percentages of Color #ff718e

%50.00
%22.16
%27.84

CMYK Percentages of Color #ff718e

%0
%56
%44
%0

Triadic Colors of #ff718e

#ff718e #8eff71 #718eff

Analogous Colors of #ff718e

#ff718e #ff9b71 #ff71d5

Monochromatic Colors of #ff718e

#ff718e

Complementary Color

#ff718e #71ffe2

#ff718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff718e Color CSS Codes

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

#ff718e Text Font Color

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

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


#ff718e Background Color

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

This div background color is #ff718e


#ff718e Border Color

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

This div border color is #ff718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff718e

Related Colors


Comments

No comments written yet.

Please login to write comment.