Color Hex Logo

#ff498e Color Hex

#FF498E
(255,73,142)
0 Favorites   0 Comments

Color spaces of #ff498e

RGB 25573142
HSL0.941.000.64
HSV337°71°100°
CMYK 0.000.710.44   0.00
XYZ48.505027.978128.4350
Yxy27.97810.46230.2667
Hunter Lab52.894371.12255.1528
CIE-Lab59.868972.54242.9702

#ff498e color RGB value is (255,73,142).

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

The process color (four color CMYK) of #ff498e color hex is 0.00, 0.71, 0.44, 0.00. Web safe color of #ff498e is #ff3399. Color #ff498e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001001 10001110
Octal 377 111 216
Decimal 255 73 142
Hex FF 49 8E

RGB Percentages of Color #ff498e

%54.26
%15.53
%30.21

CMYK Percentages of Color #ff498e

%0
%71
%44
%0

Triadic Colors of #ff498e

#ff498e #8eff49 #498eff

Analogous Colors of #ff498e

#ff498e #ff5f49 #ff49e9

Monochromatic Colors of #ff498e

#ff498e

Complementary Color

#ff498e #49ffba

#ff498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff498e Color CSS Codes

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

#ff498e Text Font Color

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

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


#ff498e Background Color

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

This div background color is #ff498e


#ff498e Border Color

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

This div border color is #ff498e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,73,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 #ff498e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff498e


Comments

No comments written yet.

Please login to write comment.