Color Hex Logo

#f5747e Color Hex

#F5747E
(245,116,126)
0 Favorites   0 Comments

Color spaces of #f5747e

RGB 245116126
HSL0.990.870.71
HSV355°53°96°
CMYK 0.000.530.49   0.04
XYZ47.667533.409623.6750
Yxy33.40960.45510.3189
Hunter Lab57.801046.054016.1759
CIE-Lab64.491250.305918.5127

#f5747e color RGB value is (245,116,126).

#f5747e hex color red value is 245, green value is 116 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f5747e hue: 0.99 , saturation: 0.87 and the lightness value of f5747e is 0.71.

The process color (four color CMYK) of #f5747e color hex is 0.00, 0.53, 0.49, 0.04. Web safe color of #f5747e is #ff6666. Color #f5747e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110100 01111110
Octal 365 164 176
Decimal 245 116 126
Hex F5 74 7E

RGB Percentages of Color #f5747e

%50.31
%23.82
%25.87

CMYK Percentages of Color #f5747e

%0
%53
%49
%4

Triadic Colors of #f5747e

#f5747e #7ef574 #747ef5

Analogous Colors of #f5747e

#f5747e #f5ab74 #f574bf

Monochromatic Colors of #f5747e

#f5747e

Complementary Color

#f5747e #74f5eb

#f5747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5747e Color CSS Codes

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

#f5747e Text Font Color

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

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


#f5747e Background Color

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

This div background color is #f5747e


#f5747e Border Color

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

This div border color is #f5747e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,116,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5747e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5747e;
  -webkit-box-shadow: 1px 1px 3px 2px #f5747e;
  box-shadow:         1px 1px 3px 2px #f5747e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,116,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5747e


Comments

No comments written yet.

Please login to write comment.