Color Hex Logo

#ff496d Color Hex

#FF496D
(255,73,109)
0 Favorites   0 Comments

Color spaces of #ff496d

RGB 25573109
HSL0.971.000.64
HSV348°71°100°
CMYK 0.000.710.57   0.00
XYZ46.382927.129217.2598
Yxy27.12920.51100.2989
Hunter Lab52.085767.806316.8129
CIE-Lab59.093769.969821.2317

#ff496d color RGB value is (255,73,109).

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

The process color (four color CMYK) of #ff496d color hex is 0.00, 0.71, 0.57, 0.00. Web safe color of #ff496d is #ff3366. Color #ff496d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001001 01101101
Octal 377 111 155
Decimal 255 73 109
Hex FF 49 6D

RGB Percentages of Color #ff496d

%58.35
%16.70
%24.94

CMYK Percentages of Color #ff496d

%0
%71
%57
%0

Triadic Colors of #ff496d

#ff496d #6dff49 #496dff

Analogous Colors of #ff496d

#ff496d #ff8049 #ff49c8

Monochromatic Colors of #ff496d

#ff496d

Complementary Color

#ff496d #49ffdb

#ff496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff496d Color CSS Codes

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

#ff496d Text Font Color

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

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


#ff496d Background Color

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

This div background color is #ff496d


#ff496d Border Color

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

This div border color is #ff496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff496d


Comments

No comments written yet.

Please login to write comment.