Color Hex Logo

#ff719e Color Hex

#FF719E
(255,113,158)
0 Favorites   0 Comments

Color spaces of #ff719e

RGB 255113158
HSL0.951.000.72
HSV341°56°100°
CMYK 0.000.560.38   0.00
XYZ53.316735.538936.3973
Yxy35.53890.42570.2837
Hunter Lab59.614555.31755.5310
CIE-Lab66.166158.19752.8624

#ff719e color RGB value is (255,113,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110001 10011110
Octal 377 161 236
Decimal 255 113 158
Hex FF 71 9E

RGB Percentages of Color #ff719e

%48.48
%21.48
%30.04

CMYK Percentages of Color #ff719e

%0
%56
%38
%0

Triadic Colors of #ff719e

#ff719e #9eff71 #719eff

Analogous Colors of #ff719e

#ff719e #ff8b71 #ff71e5

Monochromatic Colors of #ff719e

#ff719e

Complementary Color

#ff719e #71ffd2

#ff719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff719e Color CSS Codes

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

#ff719e Text Font Color

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

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


#ff719e Background Color

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

This div background color is #ff719e


#ff719e Border Color

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

This div border color is #ff719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff719e


Comments

No comments written yet.

Please login to write comment.